Class RiotParseException

All Implemented Interfaces:
Serializable

public class RiotParseException extends RiotException
See Also:
  • Constructor Details

    • RiotParseException

      public RiotParseException(String msg, long line, long column)
  • Method Details

    • getLine

      public long getLine()
    • getCol

      public long getCol()
    • getOriginalMessage

      public String getOriginalMessage()