Class StacktraceParser
java.lang.Object
com._1c.g5.v8.dt.internal.stacktraces.model.StacktraceParser
- All Implemented Interfaces:
IStacktraceParser
IStacktraceParser
implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParses stacktrace from stack trace or thread dump text.
-
Constructor Details
-
StacktraceParser
public StacktraceParser()
-
-
Method Details
-
parse
Description copied from interface:IStacktraceParser
Parses stacktrace from stack trace or thread dump text. Sets title and (or) stacktrace detail information if present.- Specified by:
parse
in interfaceIStacktraceParser
- Parameters:
text
- the stacktrace text, cannot benull
name
- the stacktrace title, can benull
detail
- the detail information, can benull
- Returns:
- stacktrace or
null
-