Class ValueConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soklet.converter.ValueConversionException
All Implemented Interfaces:
Serializable

public class ValueConversionException extends Exception
Since:
1.0.0
Author:
Mark Allen
See Also:
  • Constructor Details

    • ValueConversionException

      public ValueConversionException(String message, Type fromType, Type toType)
    • ValueConversionException

      public ValueConversionException(Throwable cause, Type fromType, Type toType)
    • ValueConversionException

      public ValueConversionException(String message, Throwable cause, Type fromType, Type toType)
  • Method Details

    • getFromType

      public Type getFromType()
    • getToType

      public Type getToType()