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(java.lang.String message)
Creates a new exception with the given message.
|
WorkbenchException(java.lang.String message,
java.lang.Throwable nestedException)
Creates a new exception with the given message.
|
getCause, getStatus, printStackTrace, printStackTrace, printStackTracepublic WorkbenchException(java.lang.String message)
message - the messagepublic WorkbenchException(java.lang.String message,
java.lang.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, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.