org.picocontainer.injectors
Class SingleMemberInjector.ParameterCannotBeNullException

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.PicoCompositionException
                      extended by org.picocontainer.injectors.SingleMemberInjector.ParameterCannotBeNullException
All Implemented Interfaces:
Serializable
Enclosing class:
SingleMemberInjector<T>

public static class SingleMemberInjector.ParameterCannotBeNullException
extends PicoCompositionException

See Also:
Serialized Form

Method Summary
 String getParameterName()
           
 
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
 

Method Detail

getParameterName

public String getParameterName()


Copyright © 2003-2010 Codehaus. All Rights Reserved.