-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class ExceptionDetails implements IJsonSerializable, Serializable
Data contract class ExceptionDetails.
-
-
Field Summary
Fields Modifier and Type Field Description private intidprivate intouterIdprivate StringtypeNameprivate Stringmessageprivate booleanhasFullStackprivate Stringstackprivate List<StackFrame>parsedStack
-
Constructor Summary
Constructors Constructor Description ExceptionDetails()Initializes a new instance of the ExceptionDetails class.
-
Method Summary
Modifier and Type Method Description intgetId()Gets the Id property. voidsetId(int value)Sets the Id property. intgetOuterId()Gets the OuterId property. voidsetOuterId(int value)Sets the OuterId property. StringgetTypeName()Gets the TypeName property. voidsetTypeName(String value)Sets the TypeName property. StringgetMessage()Gets the Message property. voidsetMessage(String value)Sets the Message property. booleangetHasFullStack()Gets the HasFullStack property. voidsetHasFullStack(boolean value)Sets the HasFullStack property. StringgetStack()Gets the Stack property. voidsetStack(String value)Sets the Stack property. List<StackFrame>getParsedStack()Gets the ParsedStack property. voidsetParsedStack(List<StackFrame> value)Sets the ParsedStack property. voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getId
int getId()
Gets the Id property.
-
setId
void setId(int value)
Sets the Id property.
-
getOuterId
int getOuterId()
Gets the OuterId property.
-
setOuterId
void setOuterId(int value)
Sets the OuterId property.
-
getTypeName
String getTypeName()
Gets the TypeName property.
-
setTypeName
void setTypeName(String value)
Sets the TypeName property.
-
getMessage
String getMessage()
Gets the Message property.
-
setMessage
void setMessage(String value)
Sets the Message property.
-
getHasFullStack
boolean getHasFullStack()
Gets the HasFullStack property.
-
setHasFullStack
void setHasFullStack(boolean value)
Sets the HasFullStack property.
-
getParsedStack
List<StackFrame> getParsedStack()
Gets the ParsedStack property.
-
setParsedStack
void setParsedStack(List<StackFrame> value)
Sets the ParsedStack property.
-
-
-
-