Module swim.codec
Package swim.codec

Class ParserException

All Implemented Interfaces:
Serializable

public class ParserException extends RuntimeException
Thrown when a Parser parses invdalid syntax.
See Also:
  • Constructor Details

    • ParserException

      public ParserException(Diagnostic diagnostic)
    • ParserException

      public ParserException(String message, Throwable cause)
    • ParserException

      public ParserException(String message)
    • ParserException

      public ParserException(Throwable cause)
    • ParserException

      public ParserException()
  • Method Details