Package io.jmix.ui.component
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.ui.component.ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompositeValidationException
,RequiredValueMissingException
,ValidationFailedException
Exception to be thrown by field validators.
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionValidationException
(String message) ValidationException
(String message, Throwable cause) ValidationException
(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() -
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details
-
getDetailsMessage
-