public class PartInitException extends WorkbenchException
This exception class is not intended to be subclassed by clients.
| Constructor and Description |
|---|
PartInitException(IStatus status)
Creates a new exception with the given status object.
|
PartInitException(String message)
Creates a new exception with the given message.
|
PartInitException(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 PartInitException(String message)
message - the messagepublic PartInitException(String message, Throwable nestedException)
message - the messagenestedException - a exception to be wrapped by this PartInitExceptionpublic PartInitException(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.