org.objectledge.pico
Class CollectionInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoInitializationException
org.picocontainer.PicoInstantiationException
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
| Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
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.