Interface IStacktrace
- All Superinterfaces:
- IStacktraceElement
- All Known Implementing Classes:
- Stacktrace
Stacktraces root element container.
- 
Method SummaryModifier and TypeMethodDescriptionReturns stacktrace detail information.Returns stacktrace format.Methods inherited from interface com._1c.g5.v8.dt.stacktraces.model.IStacktraceElementgetChilden, getName, getParent, getProjectName, getStacktrace, setName, setProjectName
- 
Method Details- 
getDetailString getDetail()Returns stacktrace detail information.- Returns:
- stacktrace detail information, never null
 
- 
getStacktraceFormatStacktraceFormat getStacktraceFormat()Returns stacktrace format.- Returns:
- stacktrace format, never null
 
 
-