|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.wli.worklist.api.NotSupportedException
public class NotSupportedException
Exception thrown when an optional feature of an interface or API is not implemented by a provider and therefor is not supported by the provider.
| Constructor Summary | |
|---|---|
NotSupportedException(Exception except)
Construct a new ProcessAssignmentException exception
wrapping an underlying exception. |
|
NotSupportedException(String message)
Construct a new NotSupportedException exception with
a message. |
|
NotSupportedException(String message,
Exception except)
Construct a new NotSupportedException exception
wrapping an underlying exception and providing a message. |
|
| Method Summary | |
|---|---|
Exception |
getException()
Returns the underlying exception, if this exception wraps another exception. |
String |
getMessage()
Return a detail message for this exception. |
void |
printStackTrace()
|
void |
printStackTrace(PrintStream stream)
|
void |
printStackTrace(PrintWriter writer)
|
String |
toString()
Override toString to pick up any embedded exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotSupportedException(String message,
Exception except)
NotSupportedException exception
wrapping an underlying exception and providing a message.
message - The exception messageexcept - The underlying exceptionpublic NotSupportedException(String message)
NotSupportedException exception with
a message.
message - The exception messagepublic NotSupportedException(Exception except)
ProcessAssignmentException exception
wrapping an underlying exception.
except - The underlying exception| Method Detail |
|---|
public Exception getException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream stream)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter writer)
printStackTrace in class Throwablepublic String getMessage()
If there is an embedded exception, and if the NestedException has no detail message of its own, this method will return the detail message from the embedded exception.
getMessage in class Throwablepublic String toString()
toString in class Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||