Class ThreadResource.StackLine

    • Constructor Detail

      • StackLine

        public StackLine​(String file,
                         int line,
                         String className,
                         String method)
    • Method Detail

      • getFile

        public String getFile()
      • getLine

        public int getLine()
      • getClassName

        public String getClassName()
      • getMethod

        public String getMethod()