Class SurroundWithTryMultiCatchAction

All Implemented Interfaces:
IAction, ISelectionChangedListener

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

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

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

    • SurroundWithTryMultiCatchAction

      public SurroundWithTryMultiCatchAction(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