Class ValueTypeMismatchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ValueTypeMismatchException
    extends InvalidParameterValueException
    This exception will be thrown when the value type of the parameter does not match.

    Created: 2019. 06. 15

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueTypeMismatchException​(java.lang.Class<?> valueType, java.lang.Class<?> requiredType, java.lang.Throwable cause)  
    • 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

      • ValueTypeMismatchException

        public ValueTypeMismatchException​(java.lang.Class<?> valueType,
                                          java.lang.Class<?> requiredType,
                                          java.lang.Throwable cause)