public class MyFacesErrorHandler extends Object implements ErrorHandler
| Constructor and Description | 
|---|
| MyFacesErrorHandler(Logger log) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | error(SAXParseException exception) | 
| void | fatalError(SAXParseException exception) | 
| void | warning(SAXParseException exception) | 
public MyFacesErrorHandler(Logger log)
public void warning(SAXParseException exception)
warning in interface ErrorHandlerpublic void error(SAXParseException exception)
error in interface ErrorHandlerpublic void fatalError(SAXParseException exception)
fatalError in interface ErrorHandlerCopyright © 2021 The Apache Software Foundation. All rights reserved.