Package org.hildan.hashcode.utils.reader
Class InputParsingException
-
- 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 -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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.
-
-
-
-