Serialized Form
-
Package org.apache.commons.jelly
-
Exception org.apache.commons.jelly.JellyException
class JellyException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
the underlying cause of the exception -
columnNumber
int columnNumber
the column number in the script of the error -
elementName
String elementName
the tag name which caused the problem -
fileName
String fileName
the Jelly file which caused the problem -
lineNumber
int lineNumber
the line number in the script of the error
-
-
-
Exception org.apache.commons.jelly.JellyTagException
class JellyTagException extends JellyException implements Serializable -
Exception org.apache.commons.jelly.MissingAttributeException
class MissingAttributeException extends JellyTagException implements Serializable-
Serialized Fields
-
missingAttribute
String missingAttribute
-
-
-
-
Package org.apache.commons.jelly.impl
-
Exception org.apache.commons.jelly.impl.BreakException
class BreakException extends JellyTagException implements Serializable
-
-
Package org.apache.commons.jelly.servlet
-
Class org.apache.commons.jelly.servlet.JellyServlet
class JellyServlet extends jakarta.servlet.http.HttpServlet implements Serializable
-
-
Package org.apache.commons.jelly.util
-
Exception org.apache.commons.jelly.util.NestedRuntimeException
class 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.
-
-
-
Exception org.apache.commons.jelly.util.SAXParseException
class SAXParseException extends SAXParseException implements Serializable
-
-
Package org.apache.commons.jelly.xpath
-
Exception org.apache.commons.jelly.xpath.XPathComparator.XPathSortException
class XPathSortException extends NestedRuntimeException implements Serializable
-