public abstract class GridAbsClosureX extends GridAbsClosure
apply() method that calls applyx() method
and properly wraps GridException into GridClosureException instance.| Constructor and Description |
|---|
GridAbsClosureX() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Absolute closure body.
|
abstract void |
applyx()
Closure body that can throw
GridException. |
runpublic void apply()
apply in class GridAbsClosurepublic abstract void applyx()
throws GridException
GridException.GridException - Thrown in case of any error condition inside of the closure.Copyright © 2014. All rights reserved.