|
||||||||||
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 de.smartics.xml.encoding.AbortException
public class AbortException
Signals that the parsing should be aborted due to a content handler.
Constructor Summary | |
---|---|
AbortException() Constructor. |
|
AbortException(Exception e) Constructor. |
|
AbortException(String message) Constructor. |
|
AbortException(String message, Exception e) Constructor. |
Method Summary |
---|
Methods inherited from class org.xml.sax.SAXException |
---|
getCause, getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 AbortException()
SAXException.SAXException()
public AbortException(String message)
message
- The error or warning message.
SAXException.SAXException(java.lang.String)
public AbortException(Exception e)
e
- The exception to be wrapped in a SAXException.
SAXException.SAXException(java.lang.Exception)
public AbortException(String message, Exception e)
message
- The detail message.
e
- The exception to be wrapped in a SAXException.
SAXException.SAXException(java.lang.String, java.lang.Exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |