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 protectedSchemaErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException e)voidfatalError(SAXParseException e)voidwarning(SAXParseException e)
-
-
-
Method Detail
-
error
public void error(SAXParseException e) throws SAXException
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException e) throws SAXException
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
warning
public void warning(SAXParseException e)
- Specified by:
warningin interfaceErrorHandler
-
-