Class DynMethods.UnboundMethod

java.lang.Object
org.apache.iceberg.common.DynMethods.UnboundMethod
Direct Known Subclasses:
DynConstructors.Ctor
Enclosing class:
DynMethods

public static class DynMethods.UnboundMethod extends Object
Convenience wrapper class around Method.

Allows callers to invoke the wrapped method with all Exceptions wrapped by RuntimeException, or with a single Exception catch block.