|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.weborganic.schematron.SchematronException
public final class SchematronException
Classes of exceptions occurring while preparing or performing Schematron validation.
Note that failed Schematron assertions are not considered to be errors.
| Constructor Summary | |
|---|---|
SchematronException()
Creates a new Schematron exception. |
|
SchematronException(String message)
Creates a new Schematron exception. |
|
SchematronException(String message,
Throwable cause)
Creates a new Schematron exception. |
|
SchematronException(Throwable cause)
Creates a new Schematron exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchematronException()
public SchematronException(String message)
message - A message explaining the cause of the error.public SchematronException(Throwable cause)
cause - The original error causing the exception.
public SchematronException(String message,
Throwable cause)
message - A message explaining the cause of the error.cause - The original error causing the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||