public class MorphException
extends org.apache.commons.lang.exception.NestableRuntimeException
Morpher.morph() has failed to complete successfully.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
cause
The root cause of this
ConversionException, compatible
with JDK 1.4's extensions to java.lang.Throwable. |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MorphException(java.lang.String message)
Construct a new exception with the specified message.
|
MorphException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified message and root cause.
|
MorphException(java.lang.Throwable cause)
Construct a new exception with the specified root cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this exception.
|
getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceprivate static final long serialVersionUID
protected java.lang.Throwable cause
ConversionException, compatible
with JDK 1.4's extensions to java.lang.Throwable.public MorphException(java.lang.String message)
message - The message describing this exceptionpublic MorphException(java.lang.String message,
java.lang.Throwable cause)
message - The message describing this exceptioncause - The root cause of this exceptionpublic MorphException(java.lang.Throwable cause)
cause - The root cause of this exceptionpublic java.lang.Throwable getCause()
getCause in interface org.apache.commons.lang.exception.NestablegetCause in class org.apache.commons.lang.exception.NestableRuntimeException