Package io.jmix.ui.component
Class ValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.ui.component.ValidationException
io.jmix.ui.component.ValidationFailedException
- All Implemented Interfaces:
ValidationException.HasRelatedComponent
,Serializable
public class ValidationFailedException
extends ValidationException
implements ValidationException.HasRelatedComponent
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.ui.component.ValidationException
ValidationException.HasRelatedComponent
-
Constructor Summary
ConstructorDescriptionValidationFailedException
(String message, Component component, Exception cause) -
Method Summary
Methods inherited from class io.jmix.ui.component.ValidationException
getDetailsMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationFailedException
-
-
Method Details
-
getComponent
- Specified by:
getComponent
in interfaceValidationException.HasRelatedComponent
-