net.sf.ezmorph
public class MorphException extends NestableRuntimeException
Morpher.morph() has failed to complete successfully.| Field Summary | |
|---|---|
| protected Throwable | cause
The root cause of this ConversionException, compatible
with JDK 1.4's extensions to java.lang.Throwable. |
| Constructor Summary | |
|---|---|
| MorphException(String message)
Construct a new exception with the specified message.
| |
| MorphException(String message, Throwable cause)
Construct a new exception with the specified message and root cause.
| |
| MorphException(Throwable cause)
Construct a new exception with the specified root cause.
| |
| Method Summary | |
|---|---|
| Throwable | getCause()
Returns the cause of this exception.
|
ConversionException, compatible
with JDK 1.4's extensions to java.lang.Throwable.Parameters: message The message describing this exception
Parameters: message The message describing this exception cause The root cause of this exception
Parameters: cause The root cause of this exception
Returns: a Throwable that represents the cause of this exception