Class DynamicType.Builder.MethodDefinition.ExceptionDefinition.AbstractBase<V>

Type Parameters:
V - A loaded type that the built type is guaranteed to be a subclass of.
All Implemented Interfaces:
DynamicType.Builder.MethodDefinition.ExceptionDefinition<V>, DynamicType.Builder.MethodDefinition.ImplementationDefinition<V>, DynamicType.Builder.MethodDefinition.TypeVariableDefinition<V>
Direct Known Subclasses:
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase, DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.AbstractBase
Enclosing interface:
DynamicType.Builder.MethodDefinition.ExceptionDefinition<U>

public abstract static class DynamicType.Builder.MethodDefinition.ExceptionDefinition.AbstractBase<V> extends DynamicType.Builder.MethodDefinition.TypeVariableDefinition.AbstractBase<V> implements DynamicType.Builder.MethodDefinition.ExceptionDefinition<V>
An abstract base implementation for defining an implementation of a method and optionally defining a type variable or thrown exception.