throwable

Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/maven/common

Java class for throwable complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="throwable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stackTrace" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}stackTrace" minOccurs="0"/>
<element name="cause" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}throwable" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>

XML

Attributes

name type description
type string (no documentation provided)

Elements

name (type) min/max
occurs
description
message (string) 0/1
stackTrace (stackTrace) 0/1
cause (throwable) 0/1

JSON

property type description
type string (no documentation provided)
message message (string)
stackTrace stackTrace (stackTrace)
cause cause (throwable)