Class ModelValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.model.base.spi.base.ModelBuildException
ch.tocco.nice2.model.form.spi.FormModelException
ch.tocco.nice2.model.form.impl.modelvalidator.ModelValidationException
- All Implemented Interfaces:
Serializable
The exception thrown by
ComponentValidator
s.- See Also:
-
Constructor Summary
ConstructorDescriptionModelValidationException
(String message) ModelValidationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelValidationException
public ModelValidationException() -
ModelValidationException
-
ModelValidationException
-
ModelValidationException
-