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
/
ParseProblemException
Parse
Problem
Exception
open
class
ParseProblemException
:
RuntimeException
(
source
)
Thrown when parsing problems occur during parsing with the static methods on JavaParser.
Members
Constructors
Parse
Problem
Exception
Link copied to clipboard
constructor
(
problems
:
List
<
Problem
>
)
constructor
(
throwable
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
problems
Link copied to clipboard
val
problems
:
List
<
Problem
>
The problems that were encountered during parsing
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String