org.picocontainer
Class PicoClassNotFoundException

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.PicoClassNotFoundException
All Implemented Interfaces:
Serializable

public class PicoClassNotFoundException
extends PicoException

See Also:
Serialized Form

Constructor Summary
PicoClassNotFoundException(String className, ClassNotFoundException cnfe)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PicoClassNotFoundException

public PicoClassNotFoundException(String className,
                                  ClassNotFoundException cnfe)


Copyright © 2003-2010 Codehaus. All Rights Reserved.