Class ConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.csveed.bean.conversion.ConversionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanPropertyConversionException, NoConverterFoundException

public abstract class ConversionException extends Exception
The Class ConversionException.
See Also:
  • Constructor Details

    • ConversionException

      protected ConversionException(String message, Class clazz)
      Instantiates a new conversion exception.
      Parameters:
      message - the message
      clazz - the clazz
    • ConversionException

      protected ConversionException(String message, String typeDescription, Throwable exception)
      Instantiates a new conversion exception.
      Parameters:
      message - the message
      typeDescription - the type description
      exception - the exception
  • Method Details

    • getTypeDescription

      public String getTypeDescription()
      Gets the type description.
      Returns:
      the type description