|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.discussions.sdk.TdRuntimeException
Constructor Summary | |
TdRuntimeException(java.lang.Throwable t) |
Method Summary | |
void |
printStackTrace() Prints the stack trace to the system.err output. |
void |
printStackTrace(java.io.PrintStream s) Prints the stack trace to a print stream passed as an argument. |
void |
printStackTrace(java.io.PrintWriter pw) Prints the stack trace to a print writer object passed as an argument. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TdRuntimeException(java.lang.Throwable t)
Method Detail |
public void printStackTrace()
public void printStackTrace(java.io.PrintStream s)
Used in printing the stacktrace to the console.
s
- printstreampublic void printStackTrace(java.io.PrintWriter pw)
Used in printing the stack trace to a file.
pw
- printwriter
|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |