Package net.sf.ezmorph
Class MorphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ezmorph.MorphException
- All Implemented Interfaces:
Serializable
A MorphException indicates that a call to
Based on common-beauntils ConversionException.
Morpher.morph() has failed to complete successfully.Based on common-beauntils ConversionException.
- Author:
- Andres Almiray aalmiray@users.sourceforge.net
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMorphException(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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
cause
The root cause of thisConversionException, compatible with JDK 1.4's extensions tojava.lang.Throwable.
-
-
Constructor Details
-
MorphException
Construct a new exception with the specified message.- Parameters:
message- The message describing this exception
-
MorphException
Construct a new exception with the specified message and root cause.- Parameters:
message- The message describing this exceptioncause- The root cause of this exception
-
MorphException
Construct a new exception with the specified root cause.- Parameters:
cause- The root cause of this exception
-
-
Method Details