Class TypeConversionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypeConversionException
    extends java.lang.Exception
    Thrown when field text cannot be parsed into a value object.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeConversionException​(java.lang.String message)
      Constructs a new TypeConversionException.
      TypeConversionException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new TypeConversionException.
      TypeConversionException​(java.lang.Throwable cause)
      Constructs a new TypeConversionException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TypeConversionException

        public TypeConversionException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Constructs a new TypeConversionException.
        Parameters:
        message - the error message
        cause - the root cause
      • TypeConversionException

        public TypeConversionException​(java.lang.String message)
        Constructs a new TypeConversionException.
        Parameters:
        message - the error message
      • TypeConversionException

        public TypeConversionException​(java.lang.Throwable cause)
        Constructs a new TypeConversionException.
        Parameters:
        cause - the root cause