net.m2technologies.open_arm.utilities.collections
Class RuntimeClosureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.m2technologies.open_arm.utilities.collections.RuntimeCollectionException
                  extended bynet.m2technologies.open_arm.utilities.collections.RuntimeClosureException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeClosureException
extends RuntimeCollectionException

Exception to signal checked exceptions when iterating over Collections.

Version:
$Revision: 1.11 $ vom $Modtime: Jul 13 2005 13:15:44 $
Author:
Peter Ko�ek
See Also:
Serialized Form

Constructor Summary
RuntimeClosureException(java.lang.Throwable throwable)
           
 
Methods inherited from class net.m2technologies.open_arm.utilities.collections.RuntimeCollectionException
get
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeClosureException

public RuntimeClosureException(java.lang.Throwable throwable)