org.exolab.castor.dtx
public class DTXException extends Exception
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:05 $
Constructor Summary | |
---|---|
DTXException(Exception except)
Constructor using a nested exception.
| |
DTXException(String message)
Constructor using a simple string message.
|
Method Summary | |
---|---|
String | getMessage()
Returns this message, or the nested exception's message.
|
Exception | getNestedException()
Gets the nested exception, if there is one.
|
void | printStackTrace(PrintWriter out) |
void | printStackTrace(PrintStream out) |
Parameters: except The nested exception.
Parameters: message The message.
Returns: String value of the message.
Returns: Nested exception, or null if this is a message exception only.