Class ValidatorException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           ValidatorException
ValidatorException
- All Implemented Interfaces: 
- Serializable
- public class ValidatorException 
- extends Exception
Exception used to denote a problem when validating input.
 
 The result of getMessage() should be a string that can
 be displayed to the user to explain the cause.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ValidatorException
public ValidatorException(String msg)
- Constructs an exception with the given error message
 
- Parameters:
- msg- String explaining the cause of the exception