org.apache.commons.collections.functors

Class ExceptionClosure

Implemented Interfaces:
Closure, Serializable

public final class ExceptionClosure
extends java.lang.Object
implements Closure, Serializable

Closure implementation that always throws an exception.
Version:
$Revision: 1.7 $ $Date: 2004/05/16 11:47:38 $
Author:
Stephen Colebourne
Since:
Commons Collections 3.0

Field Summary

static Closure
INSTANCE
Singleton predicate instance

Method Summary

void
execute(Object input)
Always throw an exception.
static Closure
getInstance()
Factory returning the singleton instance.

Field Details

INSTANCE

public static final Closure INSTANCE
Singleton predicate instance

Method Details

execute

public void execute(Object input)
Always throw an exception.
Specified by:
execute in interface Closure
Parameters:
input - the input object

getInstance

public static Closure getInstance()
Factory returning the singleton instance.
Returns:
the singleton instance
Since:
Commons Collections 3.1

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.