java.lang.Object
com._1c.g5.v8.dt.internal.stacktraces.model.StacktraceElement
com._1c.g5.v8.dt.internal.stacktraces.model.Stacktrace
All Implemented Interfaces:
IStacktrace, IStacktraceElement

public class Stacktrace extends StacktraceElement implements IStacktrace
IStacktrace implementation.
  • Constructor Details

    • Stacktrace

      public Stacktrace(String name, String detail, StacktraceFormat stacktraceFormat, IV8ProjectManager v8ProjectManager, String projectName)
      Creates stacktrace.
      Parameters:
      name - the name, cannot be null
      detail - the detail, cannot be null
      stacktraceFormat - the stacktrace format, cannot be null
      v8ProjectManager - the v8 project manager, cannot be null
      projectName - the project name, can be null
  • Method Details