|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoRegistrationException
org.picocontainer.defaults.NotConcreteRegistrationException
public class NotConcreteRegistrationException
Field Summary | |
---|---|
private java.lang.Class |
componentImplementation
|
Constructor Summary | |
---|---|
NotConcreteRegistrationException(java.lang.Class componentImplementation)
|
Method Summary | |
---|---|
java.lang.Class |
getComponentImplementation()
|
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 |
Field Detail |
---|
private final java.lang.Class componentImplementation
Constructor Detail |
---|
public NotConcreteRegistrationException(java.lang.Class componentImplementation)
Method Detail |
---|
public java.lang.Class getComponentImplementation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |