Package fr.gouv.vitam.common.exception
Class SchemaValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.SchemaValidationException
- All Implemented Interfaces:
- Serializable
Exception to be thrown when validation error occurs
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSchemaValidationException(String message) SchemaValidationException(String message, Throwable cause) Constructor used to encapsulate a previously thrown exception.
- 
Method SummaryMethods inherited from class fr.gouv.vitam.common.exception.VitamExceptiongetVitamError, setVitamErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SchemaValidationException- Parameters:
- message-
- cause-
 
- 
SchemaValidationExceptionConstructor used to encapsulate a previously thrown exception. A generic message is used.- Parameters:
- cause- the originating exception
 
- 
SchemaValidationException- Parameters:
- message-
 
 
-