Package play.api

Class PlayException.InterestingLines

  • Enclosing class:
    PlayException

    public static class PlayException.InterestingLines
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int errorLine  
      int firstLine  
      java.lang.String[] focus  
    • Constructor Summary

      Constructors 
      Constructor Description
      InterestingLines​(int firstLine, java.lang.String[] focus, int errorLine)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • firstLine

        public final int firstLine
      • errorLine

        public final int errorLine
      • focus

        public final java.lang.String[] focus
    • Constructor Detail

      • InterestingLines

        public InterestingLines​(int firstLine,
                                java.lang.String[] focus,
                                int errorLine)