org.objectweb.kilim.repository
Interface ParserErrorHandler

All Known Implementing Classes:
BasicParserErrorHandler

public interface ParserErrorHandler

Author:
dutoo, horn Parsing errors handling proxy. This includes some description model specific exceptions and some SAX specific ones.

Method Summary
 void handleErrorSAXParseException(org.xml.sax.SAXParseException saxpex)
           
 void handleFatalSAXParseException(org.xml.sax.SAXParseException saxpex)
           
 void handleIOException(java.io.IOException ioex)
           
 void handleKilimException(KilimException ex)
          Method handleKilimException.
 void handleParserConfigurationException(javax.xml.parsers.ParserConfigurationException pcex)
           
 void handleSAXException(org.xml.sax.SAXException saxex)
           
 void handleWarningSAXParseException(org.xml.sax.SAXParseException saxpex)
           
 void setTemplateName(java.lang.String aName)
          Method setTemplateName.
 

Method Detail

setTemplateName

public void setTemplateName(java.lang.String aName)
Method setTemplateName.

Parameters:
aName - : the name of the template being parsed.

handleIOException

public void handleIOException(java.io.IOException ioex)
Parameters:
ioex - the exception to be handled

handleSAXException

public void handleSAXException(org.xml.sax.SAXException saxex)
Parameters:
saxex - the exception to be handled

handleParserConfigurationException

public void handleParserConfigurationException(javax.xml.parsers.ParserConfigurationException pcex)
Parameters:
pcex - the exception to be handled

handleWarningSAXParseException

public void handleWarningSAXParseException(org.xml.sax.SAXParseException saxpex)
Parameters:
saxpex - the exception to be handled

handleErrorSAXParseException

public void handleErrorSAXParseException(org.xml.sax.SAXParseException saxpex)
Parameters:
saxpex - the exception to be handled

handleFatalSAXParseException

public void handleFatalSAXParseException(org.xml.sax.SAXParseException saxpex)
Parameters:
saxpex - the exception to be handled

handleKilimException

public void handleKilimException(KilimException ex)
Method handleKilimException.

Parameters:
ex - :