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 Summary
ConstructorsConstructorDescriptionConstructs anException
with no specified detail message.Constructs anException
with the specified detail message.ValidationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
public ValidationException()Constructs anException
with no specified detail message. -
ValidationException
Constructs anException
with the specified detail message.- Parameters:
s
- the detail message.
-
ValidationException
-