wt.workflow.forum
Class TemplateErrorHandler

java.lang.Object
  extended bywt.workflow.forum.TemplateErrorHandler
All Implemented Interfaces:
ErrorHandler

public class TemplateErrorHandler
extends Object
implements ErrorHandler



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
TemplateErrorHandler()
           
 
Method Summary
 void error(SAXParseException exception)
          

Supported API: false
 void fatalError(SAXParseException exception)
          

Supported API: false
private  String getString(SAXParseException sax, String type)
           
private  void throwException(WTException wte)
           
 void warning(SAXParseException exception)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

TemplateErrorHandler

public TemplateErrorHandler()
Method Detail

warning

public void warning(SAXParseException exception)
             throws SAXException


Supported API: false

Specified by:
warning in interface ErrorHandler
Parameters:
exception -
Throws:
SAXException

error

public void error(SAXParseException exception)
           throws SAXException


Supported API: false

Specified by:
error in interface ErrorHandler
Parameters:
exception -
Throws:
SAXException

fatalError

public void fatalError(SAXParseException exception)
                throws SAXException


Supported API: false

Specified by:
fatalError in interface ErrorHandler
Parameters:
exception -
Throws:
SAXException

getString

private String getString(SAXParseException sax,
                         String type)

throwException

private void throwException(WTException wte)
                     throws SAXException
Throws:
SAXException