Class SoftmapParseError

java.lang.Object
org.stianloader.softmap.SoftmapParseError

public class SoftmapParseError extends Object
  • Field Details

    • row

      public final int row
    • column

      public final int column
    • startCodepoint

      public final int startCodepoint
    • endCodepoint

      public final int endCodepoint
  • Constructor Details

    • SoftmapParseError

      public SoftmapParseError(int startCodepoint, int endCodepoint, int row, int column, @NotNull @NotNull String description)
    • SoftmapParseError

      public SoftmapParseError(@NotNull @NotNull Token location, @NotNull @NotNull String description)
  • Method Details

    • getDescription

      @NotNull @Contract(pure=true) public @NotNull String getDescription()