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
public class StoreFormMetaValidationException extends Exception
Exception thrown when a form store meta could not be validated, seeStoreFormMetaValidationException.- Since:
 - 7.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StoreFormMetaValidationException(String message)StoreFormMetaValidationException(String message, Throwable cause)StoreFormMetaValidationException(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 Detail
- 
StoreFormMetaValidationException
public StoreFormMetaValidationException(String message, Throwable cause)
- Parameters:
 message- Message describing the validation failure in more detail.cause- Underlying exception that caused the validation to fail.
 
- 
StoreFormMetaValidationException
public StoreFormMetaValidationException(String message)
- Parameters:
 message- Message describing the validation failure in more detail.
 
- 
StoreFormMetaValidationException
public StoreFormMetaValidationException(Throwable cause)
- Parameters:
 cause- Underlying exception that caused the validation to fail.
 
 - 
 
 -