-
- All Implemented Interfaces:
-
java.io.Serializable
public class InputParsingException extends RuntimeException
Thrown if the parsing of the input fails.
-
-
Constructor Summary
Constructors Constructor Description InputParsingException(String message)Constructs a new InputParsingException with the given message and no cause. InputParsingException(String message, Throwable cause)Constructs a new InputParsingException with the given message and cause. InputParsingException(Integer lineNum, Integer tokenNum, String message)Constructs a new InputParsingException with the given message, along with lineNum and tokenNum for easier debugging.
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()-
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
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-