|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.javascript.StrictErrorHandler
public class StrictErrorHandler
An error handler that throws an exception for all problems no matter how minor.
Constructor Summary | |
---|---|
StrictErrorHandler()
|
Method Summary | |
---|---|
void |
error(SAXParseException rethrow)
An error occurred. |
void |
fatalError(SAXParseException rethrow)
A fatal error occurred. |
void |
warning(SAXParseException rethrow)
A warning occurred. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrictErrorHandler()
Method Detail |
---|
public void warning(SAXParseException rethrow) throws SAXParseException
warning
in interface ErrorHandler
rethrow
- an exception which will be rethrown
SAXParseException
- alwayspublic void error(SAXParseException rethrow) throws SAXParseException
error
in interface ErrorHandler
rethrow
- an exception which will be rethrown
SAXParseException
- alwayspublic void fatalError(SAXParseException rethrow) throws SAXParseException
fatalError
in interface ErrorHandler
rethrow
- an exception which will be rethrown
SAXParseException
- always
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |