wt.query.qml
Class SumExceptionErrorHandler

java.lang.Object
  extended bywt.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


Field Summary
private  int numExceptions
           
 
Constructor Summary
SumExceptionErrorHandler()
           
 
Method Summary
 void clearExceptions()
           
private  void display(String type, SAXParseException exception)
           
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 int getNumExceptions()
           
protected abstract  void printMessage(String a_message)
           
 void warning(SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numExceptions

private int numExceptions
Constructor Detail

SumExceptionErrorHandler

public SumExceptionErrorHandler()
Method Detail

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)