jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser
/
Problem
Problem
open
class
Problem
(
source
)
A problem that was encountered during parsing.
Members
Constructors
Problem
Link copied to clipboard
constructor
(
message
:
String
,
location
:
TokenRange
,
cause
:
Throwable
)
Properties
message
Link copied to clipboard
val
message
:
String
PROBLEM_
BY_
BEGIN_
POSITION
Link copied to clipboard
open
var
PROBLEM_BY_BEGIN_POSITION
:
Comparator
<
Problem
>
Sorts problems on position.
Functions
get
Cause
Link copied to clipboard
open
fun
getCause
(
)
:
Optional
<
Throwable
>
get
Location
Link copied to clipboard
open
fun
getLocation
(
)
:
Optional
<
TokenRange
>
get
Verbose
Message
Link copied to clipboard
open
fun
getVerboseMessage
(
)
:
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String