Package 

Class InputParsingException

    • Method Summary

      Modifier and Type Method Description
      Throwable getCause()
      String getMessage()
      • Methods inherited from class kotlin.Throwable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Exception

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InputParsingException

        InputParsingException(String message)
        Constructs a new InputParsingException with the given message and no cause.
      • InputParsingException

        InputParsingException(String message, Throwable cause)
        Constructs a new InputParsingException with the given message and cause.
      • InputParsingException

        InputParsingException(Integer lineNum, Integer tokenNum, String message)
        Constructs a new InputParsingException with the given message, along with lineNum and tokenNum for easier debugging.