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:IStacktraceAnalyzerAnalyses stacktrace text with title and detail information if present.- Specified by:
analyzein interfaceIStacktraceAnalyzer- Parameters:
stacktraceText- the stacktrace text, cannot benullstacktraceTitle- the stacktrace title, can benullstacktraceDetail- the stacktrace detail information, can benull
-