Class StacktraceAnalyzer
java.lang.Object
com._1c.g5.v8.dt.internal.stacktraces.StacktraceAnalyzer
- All Implemented Interfaces:
IStacktraceAnalyzer
EDT
IStacktraceAnalyzer
implementation.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StacktraceAnalyzer
public StacktraceAnalyzer()
-
-
Method Details
-
analyze
Description copied from interface:IStacktraceAnalyzer
Analyses stacktrace text with title and detail information if present.- Specified by:
analyze
in interfaceIStacktraceAnalyzer
- Parameters:
stacktraceText
- the stacktrace text, cannot benull
stacktraceTitle
- the stacktrace title, can benull
stacktraceDetail
- the stacktrace detail information, can benull
-