public class InvalidValueTypeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
InvalidValueTypeException(java.lang.Class<?> unsupportedType)
Instantiates a new invalid value type exception.
|
InvalidValueTypeException(java.lang.String message)
Creates an InvalidValueTypeException with the given message.
|
InvalidValueTypeException(java.lang.String message,
java.lang.Class<?> unsupportedType)
Instantiates a new invalid value type exception.
|
InvalidValueTypeException(java.lang.String message,
java.lang.Exception e) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getUnsupportedType()
Gets the unsupported type. might be null.
|
public InvalidValueTypeException(java.lang.String message)
message - The message for the user.public InvalidValueTypeException(java.lang.String message,
java.lang.Class<?> unsupportedType)
message - the messageunsupportedType - the unsupported typepublic InvalidValueTypeException(java.lang.Class<?> unsupportedType)
unsupportedType - the unsupported typepublic InvalidValueTypeException(java.lang.String message,
java.lang.Exception e)
format - e -