Class SchematronInitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.services.schematron.SchematronInitializationException
All Implemented Interfaces:
Serializable

public class SchematronInitializationException extends Exception
Custom exception for handling situations where Schematron Validation Service cannot initialize correctly. This can happen if an invalid sch file is specified during initialization.
Author:
rodgersh
See Also:
  • Constructor Details

    • SchematronInitializationException

      public SchematronInitializationException()
      Instantiates a new SchematronInitializationException.
    • SchematronInitializationException

      public SchematronInitializationException(String message)
      Instantiates a new SchematronInitializationException with specified message.
      Parameters:
      message - the exception message
    • SchematronInitializationException

      public SchematronInitializationException(String message, Throwable throwable)
      Instantiates a new SchematronInitializationException with message and throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • SchematronInitializationException

      public SchematronInitializationException(Throwable throwable)
      Instantiates a new SchematronInitializationException with throwable.
      Parameters:
      throwable - the throwable