类 MorphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sh.json.ezmorph.MorphException
- 所有已实现的接口:
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.
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明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. -
方法概要
-
字段详细资料
-
cause
The root cause of thisConversionException, compatible with JDK 1.4's extensions tojava.lang.Throwable.
-
-
构造器详细资料
-
MorphException
Construct a new exception with the specified message.- 参数:
message- The message describing this exception
-
MorphException
Construct a new exception with the specified message and root cause.- 参数:
message- The message describing this exceptioncause- The root cause of this exception
-
MorphException
Construct a new exception with the specified root cause.- 参数:
cause- The root cause of this exception
-
-
方法详细资料