com.ptc.windchill.upgrade.ius
Class IncrementalUpdate.IncrementalUpdateParserErrorHandler

java.lang.Object
  extended bycom.ptc.windchill.upgrade.ius.IncrementalUpdate.IncrementalUpdateParserErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
IncrementalUpdate

private static class IncrementalUpdate.IncrementalUpdateParserErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
private IncrementalUpdate.IncrementalUpdateParserErrorHandler()
           
 
Method Summary
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
private  String formatMessage(String prefix, SAXParseException exception)
           
 void warning(SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalUpdate.IncrementalUpdateParserErrorHandler

private IncrementalUpdate.IncrementalUpdateParserErrorHandler()
Method Detail

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)