Interface CtThrow

    • Method Detail

      • getThrownExpression

        CtExpression<? extends Throwable> getThrownExpression()
        Returns the thrown expression (must be a throwable).
      • setThrownExpression

        <T extends CtThrow> T setThrownExpression​(CtExpression<? extends Throwable> thrownExpression)
        Sets the thrown expression (must be a throwable).