Package exceptions.gui
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.gui.JatosException
-
- exceptions.gui.ValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationException extends JatosException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(java.lang.String message)ValidationException(java.lang.String message, play.data.Form<?> form)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> play.data.Form<T>getForm()-
Methods inherited from class exceptions.gui.JatosException
asApiJsonNode, asApiJsValue
-
-