Class Catch
java.lang.Object
com.headius.invokebinder.transform.Transform
com.headius.invokebinder.transform.Catch
An exception-handling transform.
Equivalent call: MethodHandles.catchException(MethodHandle, Class, MethodHandle).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondown
(MethodType type) Apply this transform downward from an incoming MethodType, producing a new type.toString()
Return a string representation of this transform.up
(MethodHandle target) Apply this transform upward from the given MethodHandle, producing a new handle.
-
Field Details
-
throwable
-
function
-
-
Constructor Details
-
Catch
-
-
Method Details
-
up
Description copied from class:Transform
Apply this transform upward from the given MethodHandle, producing a new handle. -
down
Description copied from class:Transform
Apply this transform downward from an incoming MethodType, producing a new type. -
toString
Description copied from class:Transform
Return a string representation of this transform.
-