Serialized Form
name
java.lang.String name
value
java.lang.Object value
rootCause
java.lang.Throwable rootCause
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.jstl.core |
result
boolean result
var
java.lang.String var
begin
int begin
- Starting index ('begin' attribute)
end
int end
- Ending index ('end' attribute). -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
IteratorTagStatus status
item
java.lang.Object item
index
int index
count
int count
last
boolean last
Package javax.servlet.jsp.tagext |
bodyContent
BodyContent bodyContent
parent
Tag parent
values
java.util.Hashtable values
id
java.lang.String id
pageContext
PageContext pageContext
Package javax.xml.messaging |
cause
java.lang.Throwable cause
msgFactory
MessageFactory msgFactory
- The
MessageFactory
object that will be used internally
to create the SOAPMessage
object to be passed to the
method onMessage
. This new message will contain the data
from the message that was posted to the servlet. Using the
MessageFactory
object that is the value for this field
to create the new message ensures that the correct profile is used.
Package javax.xml.parsers |
exception
java.lang.Exception exception
Package javax.xml.registry |
errorObjectKey
Key errorObjectKey
errorObjectKey
Key errorObjectKey
cause
java.lang.Throwable cause
errorObjectKey
Key errorObjectKey
cause
java.lang.Throwable cause
Package javax.xml.rpc.soap |
faultcode
QName faultcode
faultstring
java.lang.String faultstring
faultactor
java.lang.String faultactor
detail
Detail detail
faultcode
QName faultcode
faultstring
java.lang.String faultstring
faultactor
java.lang.String faultactor
cause
java.lang.Throwable cause
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
code
short code
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
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()