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 SummaryNested classes/interfaces inherited from class io.jmix.flowui.exception.ValidationExceptionValidationException.HasRelatedComponent
- 
Constructor SummaryConstructorsConstructorDescriptionComponentValidationException(String message, com.vaadin.flow.component.Component component) ComponentValidationException(String message, com.vaadin.flow.component.Component component, Exception cause) 
- 
Method SummaryMethods inherited from class io.jmix.flowui.exception.ValidationExceptiongetDetailsMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ComponentValidationException
- 
ComponentValidationException
 
- 
- 
Method Details- 
getComponentpublic com.vaadin.flow.component.Component getComponent()- Specified by:
- getComponentin interface- ValidationException.HasRelatedComponent
 
 
-