Class PlayerErrorSourceLocation


  • public class PlayerErrorSourceLocation
    extends java.lang.Object
    Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerErrorSourceLocation​(java.lang.String file, java.lang.Integer line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFile()  
      java.lang.Integer getLine()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlayerErrorSourceLocation

        public PlayerErrorSourceLocation​(java.lang.String file,
                                         java.lang.Integer line)
    • Method Detail

      • getFile

        public java.lang.String getFile()
      • getLine

        public java.lang.Integer getLine()