org.objectledge.pico.customization
Class UnsupportedKeyTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoIntrospectionException
org.objectledge.pico.customization.UnsupportedKeyTypeException
- All Implemented Interfaces:
- Serializable
public class UnsupportedKeyTypeException
- extends org.picocontainer.PicoIntrospectionException
Thrown by the CustomizedComponentProvider to indicate it's unable to handle a specific component
key type.
- Version:
- $Id: UnsupportedKeyTypeException.java,v 1.5 2005/02/04 02:28:15 rafal Exp $
- Author:
- rafal@caltha.pl
- See Also:
- Serialized Form
| Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
UnsupportedKeyTypeException
public UnsupportedKeyTypeException(String message)
- Creates a new instance of the exception object.
- Parameters:
message - the detail message.
UnsupportedKeyTypeException
public UnsupportedKeyTypeException(String message,
Exception cause)
- Creates a new instance of the exception object.
- Parameters:
message - detail message.cause - the root cause.
Copyright © 2003-2006 objectledge.org. All Rights Reserved.