Serialized Form


Package javax.servlet

Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable

Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent extends java.util.EventObject implements Serializable

Class javax.servlet.ServletException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable

Serialized Fields

request

ServletRequest request

Class javax.servlet.UnavailableException extends ServletException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds


Package javax.servlet.http

Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent extends java.util.EventObject implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.jsp.JspTagException extends JspException implements Serializable

Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable


Package javax.servlet.jsp.el

Class javax.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable

Serialized Fields

mRootCause

java.lang.Throwable mRootCause

Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable


Package javax.servlet.jsp.tagext

Class javax.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable

Serialized Fields

bodyContent

BodyContent bodyContent
The current BodyContent for this BodyTag.

Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable

Serialized Fields

parent

Tag parent

values

java.util.Hashtable values

id

java.lang.String id
The value of the id attribute of this tag; or null.


pageContext

PageContext pageContext
The PageContext.


Package javax.xml.bind

Class javax.xml.bind.JAXBException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.MarshalException extends JAXBException implements Serializable

Class javax.xml.bind.PropertyException extends JAXBException implements Serializable

Class javax.xml.bind.TypeConstraintException extends java.lang.RuntimeException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable

Class javax.xml.bind.ValidationException extends JAXBException implements Serializable


Package javax.xml.namespace

Class javax.xml.namespace.QName extends java.lang.Object implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

Namespace URI of this QName.


localPart

java.lang.String localPart

local part of this QName.


prefix

java.lang.String prefix

prefix of this QName.


Package javax.xml.registry

Class javax.xml.registry.DeleteException extends RegistryException implements Serializable

Class javax.xml.registry.FindException extends RegistryException implements Serializable

Class javax.xml.registry.InvalidRequestException extends JAXRException implements Serializable

Class javax.xml.registry.JAXRException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.registry.RegistryException extends JAXRException implements Serializable

Serialized Fields

errorObjectKey

Key errorObjectKey

Class javax.xml.registry.SaveException extends RegistryException implements Serializable

Class javax.xml.registry.UnexpectedObjectException extends JAXRException implements Serializable

Class javax.xml.registry.UnsupportedCapabilityException extends JAXRException implements Serializable


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object implements Serializable

Serialized Fields

handlerClass

java.lang.Class handlerClass

config

java.util.Map config

headers

java.util.Vector headers


Package javax.xml.rpc.soap

Class javax.xml.rpc.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable

Serialized Fields

faultcode

QName faultcode

faultstring

java.lang.String faultstring

faultactor

java.lang.String faultactor

detail

Detail detail


Package javax.xml.soap

Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.xml.crypto

Class javax.xml.crypto.KeySelectorException extends java.lang.Exception implements Serializable

serialVersionUID: -7480033639322531109l

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.MarshalException extends java.lang.Exception implements Serializable

serialVersionUID: -863185580332643547l

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.NoSuchMechanismException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4189669069570660166l

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.URIReferenceException extends java.lang.Exception implements Serializable

serialVersionUID: 7173469703932561419l

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

uriReference

URIReference uriReference


Package javax.xml.crypto.dsig

Class javax.xml.crypto.dsig.TransformException extends java.lang.Exception implements Serializable

serialVersionUID: 5082634801360427800l

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.dsig.XMLSignatureException extends java.lang.Exception implements Serializable

serialVersionUID: -3438102491013869995l

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 


Package javax.servlet.jsp.jstl.core

Class javax.servlet.jsp.jstl.core.ConditionalTagSupport extends TagSupport implements Serializable

Serialized Fields

result

boolean result

var

java.lang.String var

scope

int scope

Class javax.servlet.jsp.jstl.core.LoopTagSupport extends TagSupport implements Serializable

Serialized Fields

begin

int begin
Starting index ('begin' attribute)


end

int end
Ending index of the iteration ('end' attribute). A value of -1 internally indicates 'no end specified', although accessors for the core JSTL tags do not allow this value to be supplied directly by the user.


step

int step
Iteration step ('step' attribute)


beginSpecified

boolean beginSpecified
Boolean flag indicating whether 'begin' was specified.


endSpecified

boolean endSpecified
Boolean flag indicating whether 'end' was specified.


stepSpecified

boolean stepSpecified
Boolean flag indicating whether 'step' was specified.


itemId

java.lang.String itemId
Attribute-exposing control


statusId

java.lang.String statusId
Attribute-exposing control


status

LoopTagStatus status

item

java.lang.Object item

index

int index

count

int count

last

boolean last


Package javax.xml.datatype

Class javax.xml.datatype.DatatypeConfigurationException extends java.lang.Exception implements Serializable


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception that represents the error.

Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable


Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable

Class javax.xml.transform.TransformerException extends java.lang.Exception implements Serializable

Serialized Fields

locator

SourceLocator locator
Field locator specifies where the error occured


containedException

java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null.

Class javax.xml.transform.TransformerFactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception for the TransformerFactoryConfigurationError.


Package javax.xml.xpath

Class javax.xml.xpath.XPathException extends java.lang.Exception implements Serializable

serialVersionUID: -1837080260374986980l

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.xpath.XPathExpressionException extends XPathException implements Serializable

serialVersionUID: -1837080260374986980l

Class javax.xml.xpath.XPathFactoryConfigurationException extends XPathException implements Serializable

serialVersionUID: -1837080260374986980l

Class javax.xml.xpath.XPathFunctionException extends XPathExpressionException implements Serializable

serialVersionUID: -1837080260374986980l


Package org.w3c.dom

Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6627732366795969916l

Serialized Fields

code

short code


Package org.w3c.dom.events

Class org.w3c.dom.events.EventException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.ls

Class org.w3c.dom.ls.LSException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.ranges

Class org.w3c.dom.ranges.RangeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable

serialVersionUID: 583241635256073760l

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable

serialVersionUID: 5440506620509557213l

Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable

serialVersionUID: -1422818934641823846l

Class org.xml.sax.SAXParseException extends SAXException implements Serializable

serialVersionUID: -5651165872476709336l

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()