|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jelly overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jelly
Class MissingAttributeException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.jelly.JellyException
org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.MissingAttributeException
- All Implemented Interfaces:
- LocationAware, java.io.Serializable
- public class MissingAttributeException
- extends JellyTagException
JellyException is the root of all Jelly exceptions.
- Version:
- $Revision: 155420 $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.String |
missingAttribute
|
| Fields inherited from class org.apache.commons.jelly.JellyException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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, printStackTrace, setColumnNumber, setElementName, setFileName, setLineNumber |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
missingAttribute
private java.lang.String missingAttribute
| Constructor Detail |
MissingAttributeException
public MissingAttributeException(java.lang.String missingAttribute)
| Method Detail |
getMissingAttribute
public java.lang.String getMissingAttribute()
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jelly overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC