Class SchemaValidationException

All Implemented Interfaces:
Serializable

public class SchemaValidationException extends VitamException
Exception to be thrown when validation error occurs
See Also:
  • Constructor Details

    • SchemaValidationException

      public SchemaValidationException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • SchemaValidationException

      public SchemaValidationException(Throwable cause)
      Constructor used to encapsulate a previously thrown exception. A generic message is used.
      Parameters:
      cause - the originating exception
    • SchemaValidationException

      public SchemaValidationException(String message)
      Parameters:
      message -