public class JBossErrorHandler extends Object implements ErrorHandler, ErrorListener
| Constructor and Description |
|---|
JBossErrorHandler(String fileName,
JBossEntityResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException e) |
void |
error(TransformerException e) |
void |
fatalError(SAXParseException e) |
void |
fatalError(TransformerException e) |
protected String |
formatError(String context,
SAXParseException e) |
protected String |
formatError(String context,
TransformerException e) |
boolean |
hadError() |
void |
warning(SAXParseException e) |
void |
warning(TransformerException e) |
public JBossErrorHandler(String fileName, JBossEntityResolver resolver)
public void error(SAXParseException e)
error in interface ErrorHandlerpublic void fatalError(SAXParseException e)
fatalError in interface ErrorHandlerpublic void warning(SAXParseException e)
warning in interface ErrorHandlerpublic void error(TransformerException e)
error in interface ErrorListenerpublic void fatalError(TransformerException e)
fatalError in interface ErrorListenerpublic void warning(TransformerException e)
warning in interface ErrorListenerprotected String formatError(String context, SAXParseException e)
protected String formatError(String context, TransformerException e)
public boolean hadError()
Copyright © 2015 JBoss by Red Hat. All rights reserved.