Class ParserException

  • All Implemented Interfaces:
    Serializable

    public class ParserException
    extends RuntimeException
    Exception for parse errors. Contains source code location of an error.
    Author:
    Kostiantyn Shchepanovskyi
    See Also:
    Serialized Form
    • Constructor Detail

      • ParserException

        public ParserException​(Element sourceElement,
                               String format,
                               Object... args)
      • ParserException

        public ParserException​(String format,
                               Object... args)