org.apache.commons.jelly
Class MissingAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.jelly.JellyException
org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.MissingAttributeException
- All Implemented Interfaces:
- Serializable, LocationAware
public class MissingAttributeException
- extends JellyTagException
JellyException is the root of all Jelly exceptions.
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
- See Also:
- Serialized Form
| Methods inherited from class org.apache.commons.jelly.JellyException |
getCause, getColumnNumber, getElementName, getFileName, getLineNumber, getMessage, getReason, printStackTrace, printStackTrace, printStackTrace, setColumnNumber, setElementName, setFileName, setLineNumber |
MissingAttributeException
public MissingAttributeException(String missingAttribute)
getMissingAttribute
public String getMissingAttribute()
Copyright © 2012 Apache Software Foundation. All Rights Reserved.