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