tyrex.util
public class WrappedException extends Exception
Version: $Revision: 1.2 $ $Date: 2000/09/08 23:06:38 $
Constructor Summary | |
---|---|
WrappedException()
Constructs a new exception.
| |
WrappedException(String message)
Constructs a new exception with the specified message.
| |
WrappedException(String message, Throwable except)
Constructs a new exception with the specified message and
trigger exception.
| |
WrappedException(Throwable except)
Constructs a new exception with the specified trigger exception.
|
Method Summary | |
---|---|
Throwable | getException()
Return the exception that triggered this exception.
|
void | printStackTrace() |
void | printStackTrace(PrintStream print) |
void | printStackTrace(PrintWriter print) |
Parameters: message The exception message
Parameters: message The exception message except The exception that triggered this exception
Parameters: except The exception that triggered this exception