Skip navigation links
com.essbase.eas.framework.defs.transfer
Class XMLTransferErrorHandler
java.lang.Object
com.essbase.eas.framework.defs.transfer.XMLTransferErrorHandler
- All Implemented Interfaces:
- org.xml.sax.ErrorHandler
-
public class XMLTransferErrorHandler
- extends java.lang.Object
- implements org.xml.sax.ErrorHandler
This class overrides the functions defined in the interface org.xml.sax.ErrorHandler
- Since:
- 6.5.3
- Version:
- 6.5.3
- Author:
- Hank Cox
Method Summary |
void |
error(org.xml.sax.SAXParseException spe)
Logs the error to the logger |
void |
fatalError(org.xml.sax.SAXParseException spe)
Logs the fatal error to the logger |
void |
warning(org.xml.sax.SAXParseException spe)
Logs the warning to the logger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLTransferErrorHandler
public XMLTransferErrorHandler(java.io.PrintWriter out)
warning
public void warning(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
- Logs the warning to the logger
-
- Specified by:
warning
in interface org.xml.sax.ErrorHandler
-
- Parameters:
exception
- The warning information encapsulated in a SAX parse exception.
- Throws:
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.
error
public void error(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
- Logs the error to the logger
-
- Specified by:
error
in interface org.xml.sax.ErrorHandler
-
- Parameters:
exception
- The warning information encapsulated in a SAX parse exception.
- Throws:
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.
fatalError
public void fatalError(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
- Logs the fatal error to the logger
-
- Specified by:
fatalError
in interface org.xml.sax.ErrorHandler
-
- Parameters:
exception
- The fatal error information encapsulated in a SAX parse exception.
- Throws:
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.