|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package javax.servlet |
|---|
| Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable |
|---|
| Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
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 |
|---|
java.lang.Throwable rootCause
| Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
java.lang.Object value
| Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
ServletRequest request
| Class javax.servlet.UnavailableException extends ServletException implements Serializable |
|---|
| Serialized Fields |
|---|
Servlet servlet
boolean permanent
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 |
|---|
java.lang.String name
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 |
|---|
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 |
|---|
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
| Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Tag parent
java.util.Hashtable<K,V> values
java.lang.String id
PageContext pageContext
| Package javax.xml.bind |
|---|
| Class javax.xml.bind.JAXBElement extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
QName name
java.lang.Class<T> declaredType
java.lang.Class<T> scope
JAXBElement.GlobalScope for global xml element declaration.
- local element declaration has a scope set to the Java class
representation of complex type defintion containing
xml element declaration.
java.lang.Object value
boolean nil
| Class javax.xml.bind.JAXBException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -5621384651494307979L
| Serialized Fields |
|---|
java.lang.String errorCode
java.lang.Throwable linkedException
| 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 |
|---|
java.lang.String errorCode
java.lang.Throwable linkedException
| Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable |
|---|
| Class javax.xml.bind.ValidationException extends JAXBException implements Serializable |
|---|
| Package javax.xml.crypto |
|---|
| Class javax.xml.crypto.KeySelectorException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -7480033639322531109L
| Serialized Fields |
|---|
java.lang.Throwable cause
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 |
|---|
java.lang.Throwable cause
| Class javax.xml.crypto.NoSuchMechanismException extends java.lang.RuntimeException implements Serializable |
|---|
serialVersionUID: 4189669069570660166L
| Serialized Fields |
|---|
java.lang.Throwable cause
| Class javax.xml.crypto.URIReferenceException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: 7173469703932561419L
| Serialized Fields |
|---|
java.lang.Throwable cause
URIReference uriReference
| Package javax.xml.crypto.dsig |
|---|
| Class javax.xml.crypto.dsig.TransformException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: 5082634801360427800L
| Serialized Fields |
|---|
java.lang.Throwable cause
| Class javax.xml.crypto.dsig.XMLSignatureException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -3438102491013869995L
| Serialized Fields |
|---|
java.lang.Throwable cause
| Package javax.xml.datatype |
|---|
| Class javax.xml.datatype.DatatypeConfigurationException extends java.lang.Exception implements Serializable |
|---|
| Package javax.xml.namespace |
|---|
| Class javax.xml.namespace.QName extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String namespaceURI
Namespace URI of this QName.
java.lang.String localPart
local part of this QName.
java.lang.String prefix
prefix of this QName.
| Package javax.xml.parsers |
|---|
| Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Exception exception
Exception that represents the error.
| Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable |
|---|
| 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 |
|---|
java.lang.Throwable cause
| Class javax.xml.registry.RegistryException extends JAXRException implements Serializable |
|---|
| Serialized Fields |
|---|
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 |
|---|
java.lang.Throwable cause
| Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Throwable cause
| Package javax.xml.rpc.encoding |
|---|
| Package javax.xml.rpc.handler |
|---|
| Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> handlerClass
java.util.Map<K,V> config
java.util.Vector<E> headers
| Package javax.xml.rpc.soap |
|---|
| Class javax.xml.rpc.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
QName faultcode
java.lang.String faultstring
java.lang.String faultactor
Detail detail
| Package javax.xml.soap |
|---|
| Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Throwable cause
| Package javax.xml.stream |
|---|
| Class javax.xml.stream.FactoryConfigurationError extends java.lang.Error implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Exception nested
| Class javax.xml.stream.XMLStreamException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Throwable nested
Location location
| 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 |
|---|
SourceLocator locator
java.lang.Throwable containedException
| Class javax.xml.transform.TransformerFactoryConfigurationError extends java.lang.Error implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Exception exception
Exception for the
TransformerFactoryConfigurationError.
| Package javax.xml.ws |
|---|
| Class javax.xml.ws.ProtocolException extends WebServiceException implements Serializable |
|---|
| Class javax.xml.ws.WebServiceException extends java.lang.RuntimeException implements Serializable |
|---|
| Class javax.xml.ws.WebServicePermission extends java.security.BasicPermission implements Serializable |
|---|
serialVersionUID: -146474640053770988L
| Package javax.xml.ws.addressing |
|---|
| Class javax.xml.ws.addressing.ActionNotSupportedException extends AddressingException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String action
| Class javax.xml.ws.addressing.AddressingException extends WebServiceException implements Serializable |
|---|
| Serialized Fields |
|---|
QName code
java.lang.String reason
java.lang.Object detail
| Class javax.xml.ws.addressing.DestinationUnreachableException extends AddressingException implements Serializable |
|---|
| Class javax.xml.ws.addressing.EndpointUnavailableException extends AddressingException implements Serializable |
|---|
| Class javax.xml.ws.addressing.InvalidMapException extends AddressingException implements Serializable |
|---|
| Class javax.xml.ws.addressing.MapRequiredException extends AddressingException implements Serializable |
|---|
| Package javax.xml.ws.http |
|---|
| Class javax.xml.ws.http.HTTPException extends ProtocolException implements Serializable |
|---|
| Serialized Fields |
|---|
int statusCode
| Package javax.xml.ws.soap |
|---|
| Class javax.xml.ws.soap.SOAPFaultException extends ProtocolException implements Serializable |
|---|
| Serialized Fields |
|---|
SOAPFault fault
| Package javax.xml.xpath |
|---|
| Class javax.xml.xpath.XPathException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -1837080260374986980L
| Serialized Fields |
|---|
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 |
|---|
short code
| Package org.w3c.dom.events |
|---|
| Class org.w3c.dom.events.EventException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
short code
| Package org.w3c.dom.ls |
|---|
| Class org.w3c.dom.ls.LSException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
short code
| Package org.w3c.dom.ranges |
|---|
| Class org.w3c.dom.ranges.RangeException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
short code
| Package org.xml.sax |
|---|
| Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: 583241635256073760L
| Serialized Fields |
|---|
java.lang.Exception exception
| 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 |
|---|
java.lang.String publicId
SAXParseException.getPublicId()java.lang.String systemId
SAXParseException.getSystemId()int lineNumber
SAXParseException.getLineNumber()int columnNumber
SAXParseException.getColumnNumber()
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||