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.
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
- :