|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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 CascadingThrowablegetCause in class java.lang.Throwablenull if the
cause is nonexistent or unknown.Throwable.getCause()public final java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()public final void printStackTrace()
printStackTrace in class java.lang.ThrowableThrowable.printStackTrace()public final void printStackTrace(java.io.PrintStream out)
printStackTrace in class java.lang.ThrowableThrowable.printStackTrace(java.io.PrintStream)public final void printStackTrace(java.io.PrintWriter out)
printStackTrace in class java.lang.ThrowableThrowable.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 CascadingThrowableout - 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 | |||||||||