Uses of Class
com.flagstone.transform.action.ExceptionHandler.Builder

Packages that use ExceptionHandler.Builder
com.flagstone.transform.action The action package contains all the classes used to represent the different actions in a Flash file (currently ActionScript 3 is not supported). 
 

Uses of ExceptionHandler.Builder in com.flagstone.transform.action
 

Methods in com.flagstone.transform.action that return ExceptionHandler.Builder
 ExceptionHandler.Builder ExceptionHandler.Builder.addToCatch(Action action)
          Add an action to the catch block of the exception handler.
 ExceptionHandler.Builder ExceptionHandler.Builder.addToFinal(Action action)
          Add an action to the final block of the exception handler.
 ExceptionHandler.Builder ExceptionHandler.Builder.addToTry(Action action)
          Add an action to the try block of the exception handler.
 ExceptionHandler.Builder ExceptionHandler.Builder.setRegister(int index)
          Set the register where the thrown object will be stored.
 ExceptionHandler.Builder ExceptionHandler.Builder.setVariable(String name)
          Set the name of the variable where thrown object will be assigned.
 

Constructors in com.flagstone.transform.action with parameters of type ExceptionHandler.Builder
ExceptionHandler(ExceptionHandler.Builder builder)
          Creates and initialises an ExceptionHandler using parameters defined in the Builder.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.