Package org.stianloader.softmap
Class SoftmapParseError
java.lang.Object
org.stianloader.softmap.SoftmapParseError
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal intfinal int -
Constructor Summary
ConstructorsConstructorDescriptionSoftmapParseError(int startCodepoint, int endCodepoint, int row, int column, @NotNull String description) SoftmapParseError(@NotNull Token location, @NotNull String description) -
Method Summary
-
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
-
-
Method Details
-
getDescription
-