public class DTXException
extends java.lang.Exception
| Constructor and Description |
|---|
DTXException(java.lang.Exception except)
Constructor using a nested exception.
|
DTXException(java.lang.String message)
Constructor using a simple string message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns this message, or the nested exception's message.
|
java.lang.Exception |
getNestedException()
Gets the nested exception, if there is one.
|
void |
printStackTrace(java.io.PrintStream out) |
void |
printStackTrace(java.io.PrintWriter out) |
public DTXException(java.lang.Exception except)
except - The nested exception.public DTXException(java.lang.String message)
message - The message.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getNestedException()
public void printStackTrace(java.io.PrintWriter out)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream out)
printStackTrace in class java.lang.ThrowableIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com