org.objectweb.jonas_lib.deployment.digester.JErrorHandler Class Reference

List of all members.

Public Member Functions

void warning (SAXParseException exception) throws SAXException
void error (SAXParseException exception) throws SAXException
void fatalError (SAXParseException exception) throws SAXException

Detailed Description

Define an error handler which throw an exception as Digester not (only print stack trace). This handler is use for throwing/catching in a convenient way the xml parsing error of xml file.

Definition at line 38 of file JErrorHandler.java.


Member Function Documentation

void org.objectweb.jonas_lib.deployment.digester.JErrorHandler.error SAXParseException  exception  )  throws SAXException
 

Receive notification of a recoverable error.

Parameters:
exception exception to throw
Exceptions:
SAXException if an error is thrown

Definition at line 56 of file JErrorHandler.java.

void org.objectweb.jonas_lib.deployment.digester.JErrorHandler.fatalError SAXParseException  exception  )  throws SAXException
 

Receive notification of a non-recoverable error.

Parameters:
exception exception to throw
Exceptions:
SAXException if an error is thrown

Definition at line 67 of file JErrorHandler.java.

void org.objectweb.jonas_lib.deployment.digester.JErrorHandler.warning SAXParseException  exception  )  throws SAXException
 

Receive notification of a warning.

Parameters:
exception exception to throw
Exceptions:
SAXException if an error is thrown

Definition at line 46 of file JErrorHandler.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:15 2005 for JOnAS by  doxygen 1.3.9.1