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:
- Serialized Form
-
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
-
Constructor Details
-
ParseProblemException
-
ParseProblemException
-
-
Method Details
-
getProblems
-