Class SurroundWithTryCatchAction

All Implemented Interfaces:
IAction, ISelectionChangedListener
Direct Known Subclasses:
SurroundWithTryMultiCatchAction

public class SurroundWithTryCatchAction extends SelectionDispatchAction
Action to surround a set of statements with a try/catch block.

This class may be instantiated; it is not intended to be subclassed.

Since:
2.0
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • SurroundWithTryCatchAction

      public SurroundWithTryCatchAction(org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor editor)
      Note: This constructor is for internal use only. Clients should not call this constructor.
      Parameters:
      editor - the compilation unit editor
      Restriction:
      This constructor is not intended to be referenced by clients.
  • Method Details