com.ptc.windchill.upgrade.ius
Class IncrementalUpdate.IncrementalUpdateParserErrorHandler
java.lang.Object
com.ptc.windchill.upgrade.ius.IncrementalUpdate.IncrementalUpdateParserErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Enclosing class:
- IncrementalUpdate
- private static class IncrementalUpdate.IncrementalUpdateParserErrorHandler
- extends Object
- implements ErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncrementalUpdate.IncrementalUpdateParserErrorHandler
private IncrementalUpdate.IncrementalUpdateParserErrorHandler()
error
public void error(SAXParseException exception)
throws WTSAXException
-
- Specified by:
error
in interface ErrorHandler
- Parameters:
exception
-
- Throws:
WTSAXException
-
fatalError
public void fatalError(SAXParseException exception)
throws WTSAXException
-
- Specified by:
fatalError
in interface ErrorHandler
- Parameters:
exception
-
- Throws:
WTSAXException
-
warning
public void warning(SAXParseException exception)
throws WTSAXException
-
- Specified by:
warning
in interface ErrorHandler
- Parameters:
exception
-
- Throws:
WTSAXException
-
formatMessage
private String formatMessage(String prefix,
SAXParseException exception)