Package de.saar.coli.arranger.web
Class FormValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.saar.coli.arranger.web.FormValidationException
-
- All Implemented Interfaces:
Serializable
public class FormValidationException extends Exception
An exception which signals that the input form on the website could not be validated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormValidationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FormValidationException
public FormValidationException(String message)
-
-