com.sun.squawk.util
Class UnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.squawk.util.UnexpectedException
public class UnexpectedException
- extends RuntimeException
|
Method Summary |
void |
printStackTrace()
Prints this Throwable and its backtrace to the
standard error stream. |
unexpected
protected Throwable unexpected
UnexpectedException
public UnexpectedException(String message,
Throwable unexpected)
UnexpectedException
public UnexpectedException(Throwable unexpected)
printStackTrace
public void printStackTrace()
- Description copied from class:
Throwable
- Prints this
Throwable and its backtrace to the
standard error stream. This method prints a stack trace for this
Throwable object on the error output stream that is
the value of the field System.err. The first line of
output contains the result of the Throwable.toString() method for
this object.
The format of the backtrace information depends on the implementation.
- Overrides:
printStackTrace in class Throwable
"For updated information see the Java FRC site"