wt.query.qml
Class SumExceptionErrorHandler
java.lang.Object
wt.query.qml.SumExceptionErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Direct Known Subclasses:
- LoadErrorHandler, PrintStreamErrorHandler
- public abstract class SumExceptionErrorHandler
- extends Object
- implements ErrorHandler
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numExceptions
private int numExceptions
SumExceptionErrorHandler
public SumExceptionErrorHandler()
getNumExceptions
public int getNumExceptions()
clearExceptions
public void clearExceptions()
error
public void error(SAXParseException exception)
- Specified by:
error
in interface ErrorHandler
fatalError
public void fatalError(SAXParseException exception)
- Specified by:
fatalError
in interface ErrorHandler
warning
public void warning(SAXParseException exception)
- Specified by:
warning
in interface ErrorHandler
printMessage
protected abstract void printMessage(String a_message)
display
private void display(String type,
SAXParseException exception)