|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xbis.XBISException
XML Binary Information Set data handling exception.
| Constructor Summary | |
XBISException(java.lang.String msg)
Constructor from other exception. |
|
XBISException(java.lang.String msg,
java.lang.Throwable root)
Constructor from message and wrapped exception. |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
Get root cause exception. |
void |
printStackTrace()
Print stack trace to standard error. |
void |
printStackTrace(java.io.PrintStream s)
Print stack trace to stream. |
void |
printStackTrace(java.io.PrintWriter s)
Print stack trace to writer. |
java.lang.String |
toString()
Build string representation. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XBISException(java.lang.String msg)
msg - error message text
public XBISException(java.lang.String msg,
java.lang.Throwable root)
msg - message describing the exception conditionroot - exception which caused this exception| Method Detail |
public java.lang.Throwable getRootCause()
public java.lang.String toString()
public void printStackTrace()
public void printStackTrace(java.io.PrintStream s)
s - stream for printing stack tracepublic void printStackTrace(java.io.PrintWriter s)
s - writer for printing stack trace
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||