wt.query.qml
Class LoadErrorHandler

java.lang.Object
  extended bywt.query.qml.SumExceptionErrorHandler
      extended bywt.query.qml.LoadErrorHandler
All Implemented Interfaces:
ErrorHandler

public class LoadErrorHandler
extends SumExceptionErrorHandler



Supported API: false
Extendable: false


Field Summary
 
Fields inherited from class wt.query.qml.SumExceptionErrorHandler
 
Constructor Summary
LoadErrorHandler()
           
 
Method Summary
protected  void printMessage(String a_message)
           
 
Methods inherited from class wt.query.qml.SumExceptionErrorHandler
clearExceptions, error, fatalError, getNumExceptions, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadErrorHandler

public LoadErrorHandler()
Method Detail

printMessage

protected void printMessage(String a_message)
Specified by:
printMessage in class SumExceptionErrorHandler