org.mule.devkit.model.code
Class GeneratedTry

java.lang.Object
  extended by org.mule.devkit.model.code.GeneratedTry
All Implemented Interfaces:
Statement

public class GeneratedTry
extends Object
implements Statement

Try statement with Catch and/or Finally clause


Method Summary
 GeneratedCatchBlock _catch(TypeReference exception)
           
 GeneratedBlock _finally()
           
 GeneratedBlock body()
           
 void state(Formatter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

body

public GeneratedBlock body()

_catch

public GeneratedCatchBlock _catch(TypeReference exception)

_finally

public GeneratedBlock _finally()

state

public void state(Formatter f)
Specified by:
state in interface Statement


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.