Class FailureHandler
java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final <E extends Throwable>
EfindRootCause
(Throwable failure) private RuntimeException
getRuntimeExceptionFrom
(Throwable th, String message) private boolean
isRootCause
(Throwable th)
-
Field Details
-
FAILURE_CONVERTER
-
-
Constructor Details
-
FailureHandler
public FailureHandler()
-
-
Method Details
-
handle
-
handle
-
findRootCause
-
isRootCause
-
getRuntimeExceptionFrom
-