|
||||||||||
| 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
jfun.yan.YanException
jfun.yan.ComponentInstantiationException
public class ComponentInstantiationException
The wrapper exception class for any checked exception happened during component instance creation.
Codehaus.org.
| Constructor Summary | |
|---|---|
ComponentInstantiationException(java.lang.String msg)
|
|
ComponentInstantiationException(java.lang.String msg,
java.lang.Throwable cause)
|
|
ComponentInstantiationException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class jfun.yan.YanException |
|---|
clearResolutionTrace, getResolutionTrace, printResolutionTrace, printResolutionTrace, printResolutionTrace, printStackTrace, printStackTrace, push |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentInstantiationException(java.lang.String msg)
public ComponentInstantiationException(java.lang.String msg,
java.lang.Throwable cause)
public ComponentInstantiationException(java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||