org.objectledge.pico
Class NonCompositeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoIntrospectionException
org.objectledge.pico.NonCompositeTypeException
- All Implemented Interfaces:
- Serializable
public class NonCompositeTypeException
- extends org.picocontainer.PicoIntrospectionException
Thrown when a Collection or array type is excpected, but a scalar type is recieved.
Created on Dec 8, 2003
- Version:
- $Id: NonCompositeTypeException.java,v 1.4 2005/02/04 02:28:13 rafal Exp $
- Author:
- rafal@caltha.pl
- See Also:
- Serialized Form
| Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
NonCompositeTypeException
public NonCompositeTypeException(String message)
- Creates a new instance of the exception.
- Parameters:
message - the detail message.
NonCompositeTypeException
public NonCompositeTypeException(String message,
Exception cause)
- Creates a new instance of the exception.
- Parameters:
message - the detail message.cause - the root cause of the exception.
Copyright © 2003-2006 objectledge.org. All Rights Reserved.