Class ValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ValidatorException(String msg)
          Constructs an exception with the given error message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

ValidatorException

public ValidatorException(String msg)
Constructs an exception with the given error message

Parameters:
msg - String explaining the cause of the exception