|
|||||||||||
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
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 ErrorHandler
SAXException
public void error(SAXParseException exception) throws SAXException
Simply re-throw the specified SAXParseException
.
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException exception) throws SAXException
Simply re-throw the specified SAXParseException
.
fatalError
in interface ErrorHandler
SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |