Class SchematronValidationException

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

public class SchematronValidationException extends com.helger.schematron.SchematronException
Schematron exception that happens during validation.
Author:
Philip Helger
See Also:
  • Constructor Details

    • SchematronValidationException

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

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