Eclipse eRCP
Release 1.1

org.eclipse.ui
Class PartInitException

java.lang.Object
  extended byCoreException
      extended byorg.eclipse.ui.WorkbenchException
          extended byorg.eclipse.ui.PartInitException

public class PartInitException
extends WorkbenchException

A checked exception indicating a workbench part cannot be initialized correctly. The message text provides a further description of the problem.

This exception class is not intended to be subclassed by clients.

See Also:
Serialized Form

Constructor Summary
PartInitException(String message)
          Creates a new exception with the given message.
PartInitException(String message, Throwable nestedException)
          Creates a new exception with the given message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartInitException

public PartInitException(String message)
Creates a new exception with the given message.

Parameters:
message - the message

PartInitException

public PartInitException(String message,
                         Throwable nestedException)
Creates a new exception with the given message.

Parameters:
message - the message
nestedException - a exception to be wrapped by this PartInitException

Eclipse eRCP
Release 1.1