|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.ThrowableDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class ThrowableDTO
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>
| Field Summary | |
|---|---|
protected ThrowableDTO |
cause
|
protected String |
message
|
protected StackTraceDTO |
stackTrace
|
protected String |
type
|
| Constructor Summary | |
|---|---|
ThrowableDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ThrowableDTO |
getCause()
Gets the value of the cause property. |
String |
getMessage()
Gets the value of the message property. |
StackTraceDTO |
getStackTrace()
Gets the value of the stackTrace property. |
String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
setCause(ThrowableDTO value)
Sets the value of the cause property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setStackTrace(StackTraceDTO value)
Sets the value of the stackTrace property. |
void |
setType(String value)
Sets the value of the type property. |
ThrowableDTO |
withCause(ThrowableDTO value)
|
ThrowableDTO |
withMessage(String value)
|
ThrowableDTO |
withStackTrace(StackTraceDTO value)
|
ThrowableDTO |
withType(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String message
protected StackTraceDTO stackTrace
protected ThrowableDTO cause
@XStreamAsAttribute protected String type
| Constructor Detail |
|---|
public ThrowableDTO()
| Method Detail |
|---|
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic StackTraceDTO getStackTrace()
StackTraceDTOpublic void setStackTrace(StackTraceDTO value)
value - allowed object is
StackTraceDTOpublic ThrowableDTO getCause()
ThrowableDTOpublic void setCause(ThrowableDTO value)
value - allowed object is
ThrowableDTOpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic ThrowableDTO withMessage(String value)
public ThrowableDTO withStackTrace(StackTraceDTO value)
public ThrowableDTO withCause(ThrowableDTO value)
public ThrowableDTO withType(String value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||