Module swim.codec
Package swim.codec

Class ParserException

    • Constructor Detail

      • 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()