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
 

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