类 ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.core.conversion.ConversionException
- 所有已实现的接口:
Serializable
Base class for exceptions thrown by the conversion system.
- 作者:
- TODAY
2018-06-28 17:05:34 - 另请参阅:
-
构造器概要
构造器构造器说明ConversionException(String message) Construct a new conversion exception.ConversionException(String message, Throwable cause) Construct a new conversion exception. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
ConversionException
Construct a new conversion exception.- 参数:
message- the exception message
-
ConversionException
Construct a new conversion exception.- 参数:
message- the exception messagecause- the cause
-