|
||||||||||
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 java.lang.RuntimeException de.bea.domingo.DNotesRuntimeException
public class DNotesRuntimeException
Runtime exception thrown from the domingo API.
Constructor Summary | |
---|---|
DNotesRuntimeException(java.lang.String message)
Construct a new DNotesRuntimeException instance. |
|
DNotesRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Construct a new DNotesRuntimeException instance. |
|
DNotesRuntimeException(java.lang.Throwable cause)
Construct a new DNotesRuntimeException instance. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the detail error that caused the exception. |
java.lang.String |
getMessage()
|
void |
printPartialStackTrace(java.io.PrintWriter out)
Prints the stack trace for this exception only--root cause not included--using the provided writer. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream out)
|
void |
printStackTrace(java.io.PrintWriter out)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DNotesRuntimeException(java.lang.String message)
DNotesRuntimeException
instance.
message
- The detail message for this exception.public DNotesRuntimeException(java.lang.Throwable cause)
DNotesRuntimeException
instance.
cause
- the cause of this throwable or null
if the
cause is nonexistent or unknown.public DNotesRuntimeException(java.lang.String message, java.lang.Throwable cause)
DNotesRuntimeException
instance.
message
- The detail message for this exception.cause
- the cause of this throwable or null
if the
cause is nonexistent or unknown.Method Detail |
---|
public final java.lang.Throwable getCause()
getCause
in interface CascadingThrowable
getCause
in class java.lang.Throwable
null
if the
cause is nonexistent or unknown.Throwable.getCause()
public final java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
public final void printStackTrace()
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace()
public final void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace(java.io.PrintStream)
public final void printStackTrace(java.io.PrintWriter out)
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace(java.io.PrintWriter)
public final void printPartialStackTrace(java.io.PrintWriter out)
ExceptionUtil
to write
individual stack traces to a buffer. The implementation of this method
should call super.printStackTrace(out);
in most cases.
printPartialStackTrace
in interface CascadingThrowable
out
- The writer to use.CascadingThrowable.printPartialStackTrace(java.io.PrintWriter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |