Package io.jmix.ui.component
Class RequiredValueMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.ui.component.ValidationException
io.jmix.ui.component.RequiredValueMissingException
- All Implemented Interfaces:
ValidationException.HasRelatedComponent,Serializable
public class RequiredValueMissingException
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
ConstructorsConstructorDescriptionRequiredValueMissingException(String message) RequiredValueMissingException(String message, Component component) -
Method Summary
Methods inherited from class io.jmix.ui.component.ValidationException
getDetailsMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequiredValueMissingException
public RequiredValueMissingException() -
RequiredValueMissingException
-
RequiredValueMissingException
-
-
Method Details
-
getComponent
- Specified by:
getComponentin interfaceValidationException.HasRelatedComponent
-