Serialized Form
name
java.lang.String name
value
java.lang.Object value
rootCause
java.lang.Throwable rootCause
name
java.lang.String name
value
java.lang.Object value
request
ServletRequest request
servlet
Servlet servlet
permanent
boolean permanent
seconds
int seconds
|
Package javax.servlet.http |
name
java.lang.String name
value
java.lang.Object value
|
Package javax.servlet.jsp |
rootCause
java.lang.Throwable rootCause
|
Package javax.servlet.jsp.el |
mRootCause
java.lang.Throwable mRootCause
|
Package javax.servlet.jsp.tagext |
bodyContent
BodyContent bodyContent
- The current BodyContent for this BodyTag.
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.
errorCode
java.lang.String errorCode
- Vendor specific error code
linkedException
java.lang.Throwable linkedException
- Exception reference
errorCode
java.lang.String errorCode
- Vendor specific error code
linkedException
java.lang.Throwable linkedException
- Exception reference
|
Package javax.xml.namespace |
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 |
cause
java.lang.Throwable cause
errorObjectKey
Key errorObjectKey
cause
java.lang.Throwable cause
cause
java.lang.Throwable cause
|
Package javax.xml.rpc.handler |
handlerClass
java.lang.Class handlerClass
config
java.util.Map config
headers
java.util.Vector headers
|
Package javax.xml.rpc.soap |
faultcode
QName faultcode
faultstring
java.lang.String faultstring
faultactor
java.lang.String faultactor
detail
Detail detail
cause
java.lang.Throwable cause
serialVersionUID: -7480033639322531109l
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.
-
serialVersionUID: -863185580332643547l
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.
-
serialVersionUID: 4189669069570660166l
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.
-
serialVersionUID: 7173469703932561419l
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 |
serialVersionUID: 5082634801360427800l
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.
-
serialVersionUID: -3438102491013869995l
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 |
result
boolean result
var
java.lang.String var
scope
int scope
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 |
|
Package javax.xml.parsers |
exception
java.lang.Exception exception
Exception that represents the error.
|
Package javax.xml.transform |
locator
SourceLocator locator
- Field locator specifies where the error occured
containedException
java.lang.Throwable containedException
- Field containedException specifies a wrapped exception. May be null.
exception
java.lang.Exception exception
Exception for the
TransformerFactoryConfigurationError.
serialVersionUID: -1837080260374986980l
cause
java.lang.Throwable cause
serialVersionUID: -1837080260374986980l
serialVersionUID: -1837080260374986980l
serialVersionUID: -1837080260374986980l
serialVersionUID: 6627732366795969916l
code
short code
|
Package org.w3c.dom.events |
code
short code
code
short code
|
Package org.w3c.dom.ranges |
code
short code
serialVersionUID: 583241635256073760l
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
serialVersionUID: 5440506620509557213l
serialVersionUID: -1422818934641823846l
serialVersionUID: -5651165872476709336l
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()