|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.commons.collections.functors.ExceptionClosure
Closure implementation that always throws an exception.
| Field Summary | |
static Closure |
INSTANCE
Singleton predicate instance |
| Method Summary | |
void |
execute(java.lang.Object object)
Always throw an exception. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Closure INSTANCE
| Method Detail |
public void execute(java.lang.Object object)
execute in interface Closureobject - the input to execute on
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||