Class FXSSchemaValidator.ValidationErrorHandler
- java.lang.Object
-
- de.consist.bmu.rule.config.schema.fxs.FXSSchemaValidator.ValidationErrorHandler
-
- All Implemented Interfaces:
org.xml.sax.ErrorHandler
- Enclosing class:
- FXSSchemaValidator
public static class FXSSchemaValidator.ValidationErrorHandler extends java.lang.Object implements org.xml.sax.ErrorHandler
Errorhandler, dient auch als Rueckgabe der Validierung.
-
-
Constructor Summary
Constructors Constructor Description ValidationErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(org.xml.sax.SAXParseException arg0)
void
fatalError(org.xml.sax.SAXParseException arg0)
java.util.List<org.xml.sax.SAXParseException>
getErrorList()
java.util.List<org.xml.sax.SAXParseException>
getWarningList()
void
warning(org.xml.sax.SAXParseException arg0)
-
-
-
Method Detail
-
getErrorList
public final java.util.List<org.xml.sax.SAXParseException> getErrorList()
- Returns:
- List
-
getWarningList
public final java.util.List<org.xml.sax.SAXParseException> getWarningList()
- Returns:
- List
-
error
public final void error(org.xml.sax.SAXParseException arg0) throws org.xml.sax.SAXException
- Specified by:
error
in interfaceorg.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
-
fatalError
public final void fatalError(org.xml.sax.SAXParseException arg0) throws org.xml.sax.SAXException
- Specified by:
fatalError
in interfaceorg.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
-
warning
public final void warning(org.xml.sax.SAXParseException arg0) throws org.xml.sax.SAXException
- Specified by:
warning
in interfaceorg.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
-
-