Package io.jmix.flowui.exception
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.flowui.exception.ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComponentValidationException,CompositeValidationException
Exception to be thrown by field validators.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceRepresents a contract for exceptions or objects that are associated with a specific UIComponent. -
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) ValidationException(String message, Throwable cause) ValidationException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionReturns the detailed message associated with this exception instance.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
Returns the detailed message associated with this exception instance.- Returns:
- the localized message of the exception
-