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