Package io.github.eutro.jwasm.sexp
Class WatParser.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.eutro.jwasm.sexp.WatParser.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WatParser
An exception thrown if the module being parsed was not syntactically valid.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionParseException
(WatParser.ParseException cause, Object in) ParseException
(String message, Object in) ParseException
(String message, Object in, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
in
The s-expr object being parsed when parsing failed.
-
-
Constructor Details
-
ParseException
-
ParseException
-
ParseException
-