public class WorkbenchException extends CoreException
This exception class is not intended to be subclassed by clients.
| Constructor and Description |
|---|
WorkbenchException(IStatus status)
Creates a new exception with the given status object.
|
WorkbenchException(String message)
Creates a new exception with the given message.
|
WorkbenchException(String message,
Throwable nestedException)
Creates a new exception with the given message.
|
getCause, getStatus, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic WorkbenchException(String message)
message - the messagepublic WorkbenchException(String message, Throwable nestedException)
message - the messagenestedException - an exception to be wrapped by this WorkbenchExceptionpublic WorkbenchException(IStatus status)
status - the status object to be associated with this exception
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.