com.ibm.ftt.ui.resources.core.editor
Class EditorOpenerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by com.ibm.ftt.resources.core.physical.util.OperationFailedException
                  extended by com.ibm.ftt.ui.resources.core.editor.EditorOpenerException
All Implemented Interfaces:
IExceptionWrapper, Serializable

public class EditorOpenerException
extends OperationFailedException

Encapsulates exceptions that occur during editor opening operations.

See Also:
Serialized Form

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
EditorOpenerException(String message, String plugin_id, int code)
          Constructor for exceptions during editor opening operations.
EditorOpenerException(String message, String plugin_id, int code, Exception e)
          Constructor for exceptions during editor opening operations.
 
Method Summary
 
Methods inherited from class com.ibm.ftt.resources.core.physical.util.OperationFailedException
getWrappedThrowable
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPY_RIGHT

public static final String COPY_RIGHT
See Also:
Constant Field Values
Constructor Detail

EditorOpenerException

public EditorOpenerException(String message,
                             String plugin_id,
                             int code,
                             Exception e)
Constructor for exceptions during editor opening operations.

Parameters:
message - the exception message
plugin_id - the unique identifier of the plug-in which originated the exception
code - the error code
e - the exception that needs to be wrapped

EditorOpenerException

public EditorOpenerException(String message,
                             String plugin_id,
                             int code)
Constructor for exceptions during editor opening operations.

Parameters:
message - the exception message
plugin_id - the unique identifier of the plug-in which originated the exception
code - the error code