Class ParseProblemException

  • All Implemented Interfaces:
    Serializable

    public class ParseProblemException
    extends RuntimeException
    Thrown when parsing problems occur during parsing with the static methods on JavaParser.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseProblemException

        public ParseProblemException​(List<Problem> problems)
      • ParseProblemException

        public ParseProblemException​(Throwable throwable)