|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.apache.commons.jelly.JellyException | +--org.apache.commons.jelly.MissingAttributeException
JellyException
is the root of all Jelly exceptions.
Constructor Summary | |
MissingAttributeException(java.lang.String missingAttribute)
|
Method Summary | |
java.lang.String |
getMissingAttribute()
|
Methods inherited from class org.apache.commons.jelly.JellyException |
getCause, getColumnNumber, getElementName, getFileName, getLineNumber, getMessage, getReason, printStackTrace, printStackTrace, setColumnNumber, setElementName, setFileName, setLineNumber |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MissingAttributeException(java.lang.String missingAttribute)
Method Detail |
public java.lang.String getMissingAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |