Package com.github.javaparser
Class Problem
java.lang.Object
com.github.javaparser.Problem
A problem that was encountered during parsing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROBLEM_BY_BEGIN_POSITION
Sorts problems on position.
-
-
Constructor Details
-
Problem
-
-
Method Details
-
toString
-
getMessage
- Returns:
- the message that was passed into the constructor.
-
getVerboseMessage
- Returns:
- the message plus location information.
-
getLocation
- Returns:
- the location that was passed into the constructor.
-
getCause
- Returns:
- the cause that was passed into the constructor.
-