net.m2technologies.open_arm.utilities.collections
Class RuntimeCollectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.m2technologies.open_arm.utilities.collections.RuntimeCollectionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RuntimeClosureException, RuntimePredicateException, RuntimeTransformerException

public abstract class RuntimeCollectionException
extends java.lang.RuntimeException

Oberklasse der Klassen, die deklarierte Ausnahmen bei der Bearbeitung von Collections signalisieren. Eine RuntimeCollectionException wickelt eine deklarierte Ausnahme ein. Der F�nger des Fehlers muss die enthaltene Ausnahme wieder auspacken und interpretieren.

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

Constructor Summary
protected RuntimeCollectionException(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.Throwable get()
          gibt die Ausnahme zur�ck, die in der Collection-Exception eingepackt ist.
 
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

RuntimeCollectionException

protected RuntimeCollectionException(java.lang.Throwable throwable)
Method Detail

get

public java.lang.Throwable get()
gibt die Ausnahme zur�ck, die in der Collection-Exception eingepackt ist.

Returns:
enthaltene deklarierte Ausnahme