Serialized Form
Package org.apache.commons.jelly |
cause
java.lang.Throwable cause
- the underlying cause of the exception
fileName
java.lang.String fileName
- the Jelly file which caused the problem
elementName
java.lang.String elementName
- the tag name which caused the problem
lineNumber
int lineNumber
- the line number in the script of the error
columnNumber
int columnNumber
- the column number in the script of the error
missingAttribute
java.lang.String missingAttribute
Package org.apache.commons.jelly.impl |
Package org.apache.commons.jelly.servlet |
Package org.apache.commons.jelly.util |
cause
java.lang.Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Package org.apache.commons.jelly.xpath |