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:
  • Field Details

    • problems

      private final List<Problem> problems
      The problems that were encountered during parsing
  • Constructor Details

    • ParseProblemException

      public ParseProblemException(List<Problem> problems)
    • ParseProblemException

      public ParseProblemException(Throwable throwable)
  • Method Details