Class SchematronException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.schematron.SchematronException
All Implemented Interfaces:
Serializable

public class SchematronException extends Exception
Base class for all Schematron exceptions.
Author:
Philip Helger
See Also:
  • Constructor Details

    • SchematronException

      public SchematronException(@Nonnull String sMsg)
      Constructor
      Parameters:
      sMsg - error message
    • SchematronException

      public SchematronException(@Nonnull String sMsg, @Nullable Throwable t)
      Constructor
      Parameters:
      sMsg - error message
      t - Nested exception