|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sapportals.htmlb.util.HtmlbRuntimeException
Enter description here
Copyright 2004 SAP AG
| Constructor Summary | |
protected |
HtmlbRuntimeException()
Constructs an HtmlbRuntimeException with
null as the target exception. |
|
HtmlbRuntimeException(String s)
Constructs a HtmlbRuntimeException with the specified detail message. |
|
HtmlbRuntimeException(Throwable target)
Constructs a HtmlbRuntimeException with a target exception. |
|
HtmlbRuntimeException(Throwable target,
String s)
Constructs a HtmlbRuntimeException with a target exception and a detail message. |
| Method Summary | |
Throwable |
getNestedException()
Get the thrown target exception. |
void |
printStackTrace()
Prints the stack trace of the thrown target exception. |
void |
printStackTrace(PrintStream ps)
Prints the stack trace of the thrown target exception to the specified print stream. |
void |
printStackTrace(PrintWriter pw)
Prints the stack trace of the thrown target exception to the specified print writer. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected HtmlbRuntimeException()
HtmlbRuntimeException with
null as the target exception.
public HtmlbRuntimeException(Throwable target)
public HtmlbRuntimeException(String s)
s - the detail message.
public HtmlbRuntimeException(Throwable target,
String s)
| Method Detail |
public Throwable getNestedException()
public void printStackTrace()
System.errpublic void printStackTrace(PrintStream ps)
public void printStackTrace(PrintWriter pw)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||