com.ibm.ftt.ui.resources.core.editor
Class EditorOpenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
com.ibm.ftt.resources.core.physical.util.OperationFailedException
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
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
EditorOpenerException
public EditorOpenerException(String message,
String plugin_id,
int code,
Exception e)
- Constructor for exceptions during editor opening operations.
- Parameters:
message - the exception messageplugin_id - the unique identifier of the plug-in
which originated the exceptioncode - the error codee - 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 messageplugin_id - the unique identifier of the plug-in
which originated the exceptioncode - the error code