Package de.xima.fc.formstore
Class StoreFormMetaValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.formstore.StoreFormMetaValidationException
- All Implemented Interfaces:
Serializable
Exception thrown when a form store meta could not be validated, see
StoreFormMetaValidationException
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreFormMetaValidationException
(String message) StoreFormMetaValidationException
(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
-
StoreFormMetaValidationException
- Parameters:
message
- Message describing the validation failure in more detail.cause
- Underlying exception that caused the validation to fail.
-
StoreFormMetaValidationException
- Parameters:
message
- Message describing the validation failure in more detail.
-
StoreFormMetaValidationException
- Parameters:
cause
- Underlying exception that caused the validation to fail.
-