Class SoftmapApplicationError

java.lang.Object
org.stianloader.softmap.SoftmapApplicationError

public class SoftmapApplicationError extends Object
  • Constructor Details

    • SoftmapApplicationError

      public SoftmapApplicationError(@NotNull @NotNull Token errorLocation, @NotNull @NotNull String description)
  • Method Details

    • getDescription

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

      @NotNull @Contract(pure=true) public @NotNull Token getErrorLocation()