|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.components.validation.impl.DraconianErrorHandler
public final class DraconianErrorHandler
An implementation of the ErrorHandler interface re-throwing
all exceptions passed to it.
| Field Summary | |
|---|---|
static DraconianErrorHandler |
INSTANCE
The singleton instance of the DraconianErrorHandler. |
| Method Summary | |
|---|---|
void |
error(SAXParseException exception)
Simply re-throw the specified SAXParseException. |
void |
fatalError(SAXParseException exception)
Simply re-throw the specified SAXParseException. |
void |
warning(SAXParseException exception)
Simply re-throw the specified SAXParseException. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DraconianErrorHandler INSTANCE
The singleton instance of the DraconianErrorHandler.
| Method Detail |
|---|
public void warning(SAXParseException exception)
throws SAXException
Simply re-throw the specified SAXParseException.
warning in interface ErrorHandlerSAXException
public void error(SAXParseException exception)
throws SAXException
Simply re-throw the specified SAXParseException.
error in interface ErrorHandlerSAXException
public void fatalError(SAXParseException exception)
throws SAXException
Simply re-throw the specified SAXParseException.
fatalError in interface ErrorHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||