public class MultiPartInitException extends WorkbenchException
| Constructor and Description |
|---|
MultiPartInitException(IWorkbenchPartReference[] references,
PartInitException[] exceptions)
Creates a new exception object.
|
| Modifier and Type | Method and Description |
|---|---|
PartInitException[] |
getExceptions()
Returns an array of exceptions, corresponding to parts that could not be
intialized correctly.
|
IWorkbenchPartReference[] |
getReferences()
Returns an array of part references, containing references of parts that
were intialized correctly.
|
getCause, getStatus, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MultiPartInitException(IWorkbenchPartReference[] references, PartInitException[] exceptions)
null. The restriction may be lifted in
the future, and clients of this class must not make this assumption.references - exceptions - public IWorkbenchPartReference[] getReferences()
null value.public PartInitException[] getExceptions()
null value.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.