Class UnpickSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
daomephsta.unpick.constantmappers.datadriven.parser.UnpickSyntaxException
All Implemented Interfaces:
Serializable

public class UnpickSyntaxException extends RuntimeException
Thrown when a syntax error is found in a .unpick file.
See Also:
  • Constructor Details

    • UnpickSyntaxException

      public UnpickSyntaxException(int lineNumber, int columnNumber, String message, Throwable cause)
    • UnpickSyntaxException

      public UnpickSyntaxException(int lineNumber, String message, Throwable cause)
    • UnpickSyntaxException

      public UnpickSyntaxException(String message, Throwable cause)
    • UnpickSyntaxException

      public UnpickSyntaxException(int lineNumber, int columnNumber, String message)
    • UnpickSyntaxException

      public UnpickSyntaxException(int lineNumber, String message)
    • UnpickSyntaxException

      public UnpickSyntaxException(String message)
  • Method Details

    • getLineNumber

      @Nullable public @Nullable Integer getLineNumber()
    • getColumnNumber

      @Nullable public @Nullable Integer getColumnNumber()