public class InvalidValueException
extends java.lang.Exception
Constructor and Description |
---|
InvalidValueException(java.lang.String msg)
Creates the Exception object, setting an error message
|
InvalidValueException(java.lang.String msg,
java.lang.Exception e)
Creates the Exception object, setting an error message and the causing exception
|
public InvalidValueException(java.lang.String msg)
msg
- The error message explaining the reason why the string value is invalid.public InvalidValueException(java.lang.String msg, java.lang.Exception e)
msg
- The error message explaining the reason why the string value is invalid.e
- The underlying cause of the InvalidValueException created.