Package com.aspectran.core.util.apon
Class ValueTypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aspectran.core.util.apon.InvalidParameterValueException
-
- com.aspectran.core.util.apon.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)
-