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 Details

    • ParseProblemException

      public ParseProblemException(List<Problem> problems)
    • ParseProblemException

      public ParseProblemException(Throwable throwable)
  • Method Details