org.mule.devkit.model.code
Class GeneratedTry
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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–2014 MuleSoft, Inc.. All rights reserved.