类 ConversionException

所有已实现的接口:
NestedException, Serializable
直接已知子类:
ConversionFailedException, ConverterNotFoundException

public abstract class ConversionException extends NestedRuntimeException
Base class for exceptions thrown by the conversion system.
作者:
TODAY
2018-06-28 17:05:34
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • ConversionException

      public ConversionException(String message)
      Construct a new conversion exception.
      参数:
      message - the exception message
    • ConversionException

      public ConversionException(String message, Throwable cause)
      Construct a new conversion exception.
      参数:
      message - the exception message
      cause - the cause