Class GorParsingError

java.lang.Object
org.gorpipe.gor.GorParsingError

public class GorParsingError
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int line  
    java.lang.String message  
    int pos  
  • Constructor Summary

    Constructors 
    Constructor Description
    GorParsingError​(int line, int pos, java.lang.String message)  
    GorParsingError​(org.gorpipe.exceptions.GorParsingException e)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • line

      public final int line
    • pos

      public final int pos
    • message

      public final java.lang.String message
  • Constructor Details

    • GorParsingError

      public GorParsingError​(org.gorpipe.exceptions.GorParsingException e)
    • GorParsingError

      public GorParsingError​(int line, int pos, java.lang.String message)