|
||||||||||
| 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.xml.sax.SAXException
org.apache.cocoon.components.validation.ValidatorException
public class ValidatorException
An exception representing that a Validator was not able to detect
or did not support a specified schema grammar language.
| Constructor Summary | |
|---|---|
ValidatorException(String message)
Create a new ValidatorException instance. |
|
ValidatorException(String message,
Exception exception)
Create a new ValidatorException instance. |
|
| Method Summary |
|---|
| Methods inherited from class org.xml.sax.SAXException |
|---|
getCause, getException, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidatorException(String message)
Create a new ValidatorException instance.
public ValidatorException(String message,
Exception exception)
Create a new ValidatorException instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||