Class FailureHandler
- java.lang.Object
-
- com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
-
public class FailureHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description FailureHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <E extends Throwable>
EfindRootCause(Throwable failure)
RuntimeException
handle(Throwable th)
RuntimeException
handle(Throwable th, String message)
-
-
-
Method Detail
-
handle
public RuntimeException handle(Throwable th)
-
handle
public RuntimeException handle(Throwable th, String message)
-
-