Class ReportingErrorHandler
java.lang.Object
com.adobe.epubcheck.xml.handlers.ReportingErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ValidationContextprivate final booleanprivate final Report -
Constructor Summary
ConstructorsConstructorDescriptionReportingErrorHandler(ValidationContext context) ReportingErrorHandler(ValidationContext context, boolean normative) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Field Details
-
context
-
report
-
normative
private final boolean normative
-
-
Constructor Details
-
ReportingErrorHandler
-
ReportingErrorHandler
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-