Uses of Class
net.anwiba.commons.lang.exception.Throwables.ThrowableVisitorResult
-
Packages that use Throwables.ThrowableVisitorResult Package Description net.anwiba.commons.lang.exception -
-
Uses of Throwables.ThrowableVisitorResult in net.anwiba.commons.lang.exception
Methods in net.anwiba.commons.lang.exception that return Throwables.ThrowableVisitorResult Modifier and Type Method Description default Throwables.ThrowableVisitorResultThrowables.ThrowableVisitor. preVisitCause(java.lang.Throwable throwable)static Throwables.ThrowableVisitorResultThrowables.ThrowableVisitorResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Throwables.ThrowableVisitorResult[]Throwables.ThrowableVisitorResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Throwables.ThrowableVisitorResultThrowables.ThrowableVisitor. visitThrowable(java.lang.Throwable throwable)
-