|
||||||||||
| 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.ComponentResolutionException
jfun.yan.UnresolvedComponentException
public class UnresolvedComponentException
Represents exception when a component cannot be resolved.
Codehaus.org.
| Constructor Summary | |
|---|---|
UnresolvedComponentException(java.lang.Object k)
Create an UnresolvedComponentException object. |
|
UnresolvedComponentException(java.lang.Object k,
java.lang.String msg)
Create an UnresolvedComponentException object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getComponentKey()
Get the component key. |
| 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 UnresolvedComponentException(java.lang.Object k,
java.lang.String msg)
k - the component key.msg - the error message.public UnresolvedComponentException(java.lang.Object k)
k - the component key.| Method Detail |
|---|
public java.lang.Object getComponentKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||