Uses of Enum Class
net.anwiba.commons.lang.exception.ThrowableVisitResult
Packages that use ThrowableVisitResult
-
Uses of ThrowableVisitResult in net.anwiba.commons.lang.exception
Methods in net.anwiba.commons.lang.exception that return ThrowableVisitResultModifier and TypeMethodDescriptionstatic ThrowableVisitResultThrowableConverterResult.result()Returns the value of theresultrecord component.static ThrowableVisitResultReturns the enum constant of this class with the specified name.static ThrowableVisitResult[]ThrowableVisitResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.anwiba.commons.lang.exception with parameters of type ThrowableVisitResultModifierConstructorDescriptionThrowableConverterResult(ThrowableVisitResult result, String string) Creates an instance of aThrowableConverterResultrecord class.