Package org.openbravo.test.webservice
Class BaseWSTest.SimpleErrorHandler
- java.lang.Object
-
- org.openbravo.test.webservice.BaseWSTest.SimpleErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- BaseWSTest
public class BaseWSTest.SimpleErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description SimpleErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException e)
void
fatalError(SAXParseException e)
void
warning(SAXParseException e)
-
-
-
Method Detail
-
warning
public void warning(SAXParseException e) throws SAXException
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
public void error(SAXParseException e) throws SAXException
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException e) throws SAXException
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
-