net.m2technologies.open_arm.utilities.collections
Class RuntimeTransformerException

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

public class RuntimeTransformerException
extends RuntimeCollectionException

Exception to signal checked exceptions when transforming Collections.

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

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

RuntimeTransformerException

public RuntimeTransformerException(java.lang.Throwable throwable)