public class ExceptionInfo extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}nesting-level"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}msg-loc-info"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}stack-trace"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MsgLocInfo |
msgLocInfo |
protected String |
nestingLevel |
protected String |
stackTrace |
| Constructor and Description |
|---|
ExceptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
MsgLocInfo |
getMsgLocInfo()
Obtient la valeur de la propriété msgLocInfo.
|
String |
getNestingLevel()
Obtient la valeur de la propriété nestingLevel.
|
String |
getStackTrace()
Obtient la valeur de la propriété stackTrace.
|
void |
setMsgLocInfo(MsgLocInfo value)
Définit la valeur de la propriété msgLocInfo.
|
void |
setNestingLevel(String value)
Définit la valeur de la propriété nestingLevel.
|
void |
setStackTrace(String value)
Définit la valeur de la propriété stackTrace.
|
protected String nestingLevel
protected MsgLocInfo msgLocInfo
protected String stackTrace
public String getNestingLevel()
Stringpublic void setNestingLevel(String value)
value - allowed object is
Stringpublic MsgLocInfo getMsgLocInfo()
MsgLocInfopublic void setMsgLocInfo(MsgLocInfo value)
value - allowed object is
MsgLocInfopublic String getStackTrace()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.