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