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

public static class WatParser.ParseException extends RuntimeException
An exception thrown if the module being parsed was not syntactically valid.
See Also:
  • Field Details

    • in

      public final Object in
      The s-expr object being parsed when parsing failed.
  • Constructor Details