|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.config.ConfigurationErrorHandler
public class ConfigurationErrorHandler
Error handler for errors in the repository or workspace configuration.
| Constructor Summary | |
|---|---|
ConfigurationErrorHandler()
|
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException exception)
This method is called when there is an error parsing the configuration file. |
void |
fatalError(org.xml.sax.SAXParseException exception)
This method is called when there is a fatal error parsing the configuration file. |
void |
warning(org.xml.sax.SAXParseException exception)
This method is called when there is a warning parsing the configuration file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationErrorHandler()
| Method Detail |
|---|
public void error(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXException
public void fatalError(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXException
public void warning(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||