org.exolab.castor.dtx
Class DTXException
Exception
org.exolab.castor.dtx.DTXException
public class DTXException
extends Exception
A general class for exceptions associated with Castor DTX. Can
haved a nested exception or just a regular message.
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:05 $DTXException(Exception except) - Constructor using a nested exception.
|
DTXException(String message) - Constructor using a simple string message.
|
DTXException
public DTXException(Exception except)
Constructor using a nested exception.
except
- The nested exception.
DTXException
public DTXException(String message)
Constructor using a simple string message.
getMessage
public String getMessage()
Returns this message, or the nested exception's message.
- String value of the message.
getNestedException
public Exception getNestedException()
Gets the nested exception, if there is one.
- Nested exception, or null if this is a message exception only.
printStackTrace
public void printStackTrace(PrintStream out)
printStackTrace
public void printStackTrace(PrintWriter out)
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com