net.m2technologies.open_arm.utilities.collections
Class RuntimePredicateException

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.RuntimePredicateException
All Implemented Interfaces:
java.io.Serializable

public class RuntimePredicateException
extends RuntimeCollectionException

Exception to signal checked exceptions when selecting Collections.

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

Constructor Summary
RuntimePredicateException(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

RuntimePredicateException

public RuntimePredicateException(java.lang.Throwable throwable)