Package org.apache.struts2.validator
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts2.validator.ValidationException
- All Implemented Interfaces:
- Serializable
ValidationException.
- Author:
- Jason Carreira
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs anExceptionwith no specified detail message.Constructs anExceptionwith the specified detail message.ValidationException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValidationExceptionpublic ValidationException()Constructs anExceptionwith no specified detail message.
- 
ValidationExceptionConstructs anExceptionwith the specified detail message.- Parameters:
- s- the detail message.
 
- 
ValidationException
 
-