wt.workflow.forum
Class TemplateErrorHandler
java.lang.Object
wt.workflow.forum.TemplateErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- public class TemplateErrorHandler
- 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 |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
TemplateErrorHandler
public TemplateErrorHandler()
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