Package com.github.javaparser
Class ParseProblemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaparser.ParseProblemException
- All Implemented Interfaces:
Serializable
Thrown when parsing problems occur during parsing with the static methods on JavaParser.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseProblemException
(Throwable throwable) ParseProblemException
(List<Problem> problems) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
problems
The problems that were encountered during parsing
-
-
Constructor Details
-
ParseProblemException
-
ParseProblemException
-
-
Method Details
-
createMessage
-
getProblems
-