|
||||||||||
| 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(SAXParseException exception)
This method is called when there is an error parsing the configuration file. |
void |
fatalError(SAXParseException exception)
This method is called when there is a fatal error parsing the configuration file. |
void |
warning(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(SAXParseException exception)
throws SAXException
error in interface ErrorHandlerSAXException
public void fatalError(SAXParseException exception)
throws SAXException
fatalError in interface ErrorHandlerSAXException
public void warning(SAXParseException exception)
throws SAXException
warning in interface ErrorHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||