Class ConvertException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ConvertException
    extends Exception
                        

    The class ConvertException provides an exception when ConvertStringMethod.execute fails.

    Since:

    3.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

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

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

      • ConvertException

        ConvertException(String value, String type)
        Instantiates a new convert exception.
        Parameters:
        value - the value
        type - the type
      • ConvertException

        ConvertException(String value, String type, Throwable cause)
        Instantiates a new convert exception.
        Parameters:
        value - the value
        type - the type
        cause - the cause
      • ConvertException

        ConvertException()
        DO NOT USE - UNIT TEST ONLY
    • Method Detail