org.jutil.validation
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jutil.lang.WrapperException
              extended by org.jutil.validation.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends WrapperException

This is the ValidationException class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jutil.lang.WrapperException
detail
 
Constructor Summary
ValidationException()
           
ValidationException(java.lang.String s)
           
ValidationException(java.lang.String s, java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class org.jutil.lang.WrapperException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ValidationException

public ValidationException()

ValidationException

public ValidationException(java.lang.String s)

ValidationException

public ValidationException(java.lang.String s,
                           java.lang.Throwable ex)