|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExceptionType
Java content class for ExceptionType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/log-message.xsd line 79)
<complexType name="ExceptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Stacktrace" type="{http://www.jcoderz.org/commons/logging}StacktraceType" minOccurs="0"/>
<element name="Cause" type="{http://www.jcoderz.org/commons/logging}CauseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
CauseType |
getCause()
Gets the value of the cause property. |
String |
getMessage()
Gets the value of the message property. |
StacktraceType |
getStacktrace()
Gets the value of the stacktrace property. |
void |
setCause(CauseType value)
Sets the value of the cause property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setStacktrace(StacktraceType value)
Sets the value of the stacktrace property. |
| Method Detail |
|---|
StacktraceType getStacktrace()
StacktraceTypevoid setStacktrace(StacktraceType value)
value - allowed object is
StacktraceTypeString getMessage()
Stringvoid setMessage(String value)
value - allowed object is
StringCauseType getCause()
CauseTypevoid setCause(CauseType value)
value - allowed object is
CauseType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||