Package org.apache.wayang.core.util
Class Actions
java.lang.Object
org.apache.wayang.core.util.Actions
Utilities to perform actions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Actions
public Actions()
-
-
Method Details
-
doSafe
Executes anAction
, catching any error.- Parameters:
action
- to be executed
-