|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.xml.sax.SAXException sk.uniba.euromath.tools.xml.sax.SAXExceptionFixed
public final class SAXExceptionFixed
Fixes the SAX exception by setting the cause correctly.
Constructor Summary | |
---|---|
SAXExceptionFixed()
Constructor. |
|
SAXExceptionFixed(Exception e)
Constructor. |
|
SAXExceptionFixed(String message)
Constructor. |
|
SAXExceptionFixed(String message,
Exception e)
Constructor. |
Method Summary |
---|
Methods inherited from class org.xml.sax.SAXException |
---|
getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SAXExceptionFixed()
public SAXExceptionFixed(String message)
message
- the message.public SAXExceptionFixed(Exception e)
e
- cause.public SAXExceptionFixed(String message, Exception e)
message
- the message.e
- cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |