Oracle Discussions Java API Reference
10g Release 1 (10.1.2)

B25496-01

oracle.discussions.sdk
Class TdRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.discussions.sdk.TdRuntimeException

public class TdRuntimeException
extends java.lang.RuntimeException
Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

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

TdRuntimeException

public TdRuntimeException(java.lang.Throwable t)

Method Detail

printStackTrace

public void printStackTrace()
Prints the stack trace to the system.err output.
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Prints the stack trace to a print stream passed as an argument.

Used in printing the stacktrace to the console.

Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
s - printstream

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Prints the stack trace to a print writer object passed as an argument.

Used in printing the stack trace to a file.

Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
pw - printwriter

Oracle Discussions Java API Reference
10g Release 1 (10.1.2)

B25496-01

Copyright © 2002, 2005, Oracle. All rights reserved.