Class Log4jErrorHandler
- java.lang.Object
-
- org.hippoecm.frontend.plugins.gallery.imageutil.Log4jErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
public class Log4jErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description Log4jErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException exception)
void
fatalError(SAXParseException exception)
void
warning(SAXParseException exception)
-
-
-
Method Detail
-
warning
public void warning(SAXParseException exception)
- Specified by:
warning
in interfaceErrorHandler
-
error
public void error(SAXParseException exception)
- Specified by:
error
in interfaceErrorHandler
-
fatalError
public void fatalError(SAXParseException exception)
- Specified by:
fatalError
in interfaceErrorHandler
-
-