Interface StackTraceCleaner.StackFrameMetadata
-
- Enclosing interface:
- StackTraceCleaner
public static interface StackTraceCleaner.StackFrameMetadataVery similar to the StackFrame class declared on the StackWalker api.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassName()StringgetFileName()intgetLineNumber()StringgetMethodName()
-