Interface ExceptionMethod.ConstructionDelegate

All Known Implementing Classes:
ExceptionMethod.ConstructionDelegate.ForDefaultConstructor, ExceptionMethod.ConstructionDelegate.ForStringConstructor
Enclosing class:
ExceptionMethod

public static interface ExceptionMethod.ConstructionDelegate
A construction delegate is responsible for calling a Throwable's constructor.
  • Method Details

    • make

      Creates a stack manipulation that creates pushes all constructor arguments onto the operand stack and subsequently calls the constructor.
      Returns:
      A stack manipulation for constructing a Throwable.