Package org.nuxeo.ecm.core.schema
Class XSDLoader.SchemaErrorHandler
- java.lang.Object
-
- org.nuxeo.ecm.core.schema.XSDLoader.SchemaErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- XSDLoader
protected static class XSDLoader.SchemaErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SchemaErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException e)
void
fatalError(SAXParseException e)
void
warning(SAXParseException e)
-
-
-
Method Detail
-
error
public void error(SAXParseException e) throws SAXException
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException e) throws SAXException
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
warning
public void warning(SAXParseException e)
- Specified by:
warning
in interfaceErrorHandler
-
-