org.objectledge.pico
Class CollectionInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoInitializationException
                      extended by org.picocontainer.PicoInstantiationException
                          extended by org.objectledge.pico.CollectionInstantiationException
All Implemented Interfaces:
Serializable

public class CollectionInstantiationException
extends org.picocontainer.PicoInstantiationException

Thrown when a Collection subclass instance cannot be instantiated by SequenceParameter.

Version:
$Id: CollectionInstantiationException.java,v 1.1 2004/02/17 15:50:29 fil Exp $
Author:
Rafal Krzewski
See Also:
Serialized Form

Constructor Summary
CollectionInstantiationException(String msg, Throwable cause)
          Creates an exception instance.
 
Method Summary
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionInstantiationException

public CollectionInstantiationException(String msg,
                                        Throwable cause)
Creates an exception instance.

Parameters:
msg - the detail message.
cause - the root cause of the excpetion.


Copyright © 2003-2006 objectledge.org. All Rights Reserved.