|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.beasys.commerce.axiom.document.spi.DocumentException
The exception which can be thrown by all SPI level methods.
This can wrap another Throwable.
| Field Summary | |
protected java.lang.Throwable |
source
The source exception. |
protected java.lang.String |
sourceMesg
The source exception message. |
| Constructor Summary | |
DocumentException(java.lang.String msg)
Constructor. |
|
DocumentException(java.lang.String msg,
java.lang.Throwable source)
Constructor. |
|
| Method Summary | |
java.lang.Throwable |
getCausingException()
Get the exception which raised this exception. |
java.lang.String |
getMessage()
Override to include the causing exception. |
void |
printStackTrace()
Override to also print the stack trace of the causing exception. |
void |
printStackTrace(java.io.PrintStream out)
Override to also print the stack trace of the causing exception. |
void |
printStackTrace(java.io.PrintWriter out)
Override to also print the stack trace of the causing exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected transient java.lang.Throwable source
protected java.lang.String sourceMesg
| Constructor Detail |
public DocumentException(java.lang.String msg)
msg - the message.
public DocumentException(java.lang.String msg,
java.lang.Throwable source)
msg - the message.source - the causing exception.| Method Detail |
public java.lang.Throwable getCausingException()
public java.lang.String getMessage()
public void printStackTrace()
public void printStackTrace(java.io.PrintStream out)
public void printStackTrace(java.io.PrintWriter out)
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||