public class SchematronException
extends java.lang.Exception
Note that failed Schematron assertions are not considered to be errors.
| Constructor and Description |
|---|
SchematronException(java.lang.String message)
Creates a new Schematron exception.
|
SchematronException(java.lang.String message,
java.lang.Throwable cause)
Creates a new Schematron exception.
|
SchematronException(java.lang.Throwable cause)
Creates a new Schematron exception.
|
public SchematronException(java.lang.String message)
message - A message explaining the cause of the error.public SchematronException(java.lang.Throwable cause)
cause - The original error causing the exception.public SchematronException(java.lang.String message,
java.lang.Throwable cause)
message - A message explaining the cause of the error.cause - The original error causing the exception.