org.objectledge.pico.customization
Class UnsupportedKeyTypeException

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.PicoIntrospectionException
                      extended by 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

Constructor Summary
UnsupportedKeyTypeException(String message)
          Creates a new instance of the exception object.
UnsupportedKeyTypeException(String message, Exception cause)
          Creates a new instance of the exception object.
 
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

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.