Serialized Form


Package org.apache.commons.jelly

Class org.apache.commons.jelly.JellyException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause
the underlying cause of the exception


fileName

String fileName
the Jelly file which caused the problem


elementName

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

Class org.apache.commons.jelly.JellyTagException extends JellyException implements Serializable

Class org.apache.commons.jelly.MissingAttributeException extends JellyTagException implements Serializable

Serialized Fields

missingAttribute

String missingAttribute

Package org.apache.commons.jelly.impl

Class org.apache.commons.jelly.impl.BreakException extends JellyTagException implements Serializable


Package org.apache.commons.jelly.servlet

Class org.apache.commons.jelly.servlet.JellyServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.commons.jelly.util

Class org.apache.commons.jelly.util.NestedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

Class org.apache.commons.jelly.util.SAXParseException extends SAXParseException implements Serializable


Package org.apache.commons.jelly.xpath

Class org.apache.commons.jelly.xpath.XPathComparator.XPathSortException extends NestedRuntimeException implements Serializable



Copyright © 2012 Apache Software Foundation. All Rights Reserved.