public final class InputParseException
extends java.lang.RuntimeException
MutableStringStream fails to parse the user input. This
occurs if the user inputs an invalid escape sequence, or if they have
unclosed quotations| Modifier and Type | Class and Description |
|---|---|
static class |
InputParseException.Cause |
| Constructor and Description |
|---|
InputParseException(@NotNull InputParseException.Cause cause) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull InputParseException.Cause |
cause()
Returns the cause of the exception
|
public InputParseException(@NotNull
@NotNull InputParseException.Cause cause)
@NotNull public @NotNull InputParseException.Cause cause()