|
© 2003 BEA Systems, Inc. | |||||||||
| 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
|
+--com.bea.p13n.content.document.spi.DocumentException
The exception which can be thrown by all SPI level methods.
This can wrap another Throwable.
| Field Summary | |
protected Throwable |
source
Deprecated. The source exception. |
protected String |
sourceMesg
Deprecated. The source exception message. |
| Constructor Summary | |
DocumentException(String msg)
Deprecated. Constructor. |
|
DocumentException(String msg,
Throwable source)
Deprecated. Constructor. |
|
| Method Summary | |
Throwable |
getCausingException()
Deprecated. Get the exception which raised this exception. |
String |
getMessage()
Deprecated. Override to include the causing exception. |
void |
printStackTrace()
Deprecated. Override to also print the stack trace of the causing exception. |
void |
printStackTrace(PrintStream out)
Deprecated. Override to also print the stack trace of the causing exception. |
void |
printStackTrace(PrintWriter out)
Deprecated. Override to also print the stack trace of the causing exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected transient Throwable source
protected String sourceMesg
| Constructor Detail |
public DocumentException(String msg)
msg - the message.
public DocumentException(String msg,
Throwable source)
msg - the message.source - the causing exception.| Method Detail |
public Throwable getCausingException()
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter out)
printStackTrace in class Throwable
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||