org.objectledge.pico
Class NonCompositeTypeException

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.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

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

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.