Package org.apache.xml.security.utils
Class IgnoreAllErrorHandler
java.lang.Object
org.apache.xml.security.utils.IgnoreAllErrorHandler
- All Implemented Interfaces:
ErrorHandler
This
ErrorHandler
does absolutely nothing but LOG
the events.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
private static final boolean
Field throwExceptionsprivate static final boolean
Field throwExceptions -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
warnOnExceptions
private static final boolean warnOnExceptionsField throwExceptions -
throwExceptions
private static final boolean throwExceptionsField throwExceptions
-
-
Constructor Details
-
IgnoreAllErrorHandler
public IgnoreAllErrorHandler()
-
-
Method Details
-
getProperty
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-