|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.security.lib.JErrorHandler
public class JErrorHandler
Define an error handler which throw an exception as Digester not (only print stack trace). Security service use this handler for throwing/catching in a convenient way the xml parsing error of jonas-realm.xml file.
| Constructor Summary | |
|---|---|
JErrorHandler()
|
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException exception)
Receive notification of a recoverable error. |
void |
fatalError(org.xml.sax.SAXParseException exception)
Receive notification of a non-recoverable error. |
void |
warning(org.xml.sax.SAXParseException exception)
Receive notification of a warning. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JErrorHandler()
| Method Detail |
|---|
public void warning(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerexception - exception to throw
org.xml.sax.SAXException - if an error is thrown
public void error(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlerexception - exception to throw
org.xml.sax.SAXException - if an error is thrown
public void fatalError(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerexception - exception to throw
org.xml.sax.SAXException - if an error is thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||