Class CatchBlock


public final class CatchBlock extends Block
  • Field Details

  • Constructor Details

    • CatchBlock

      public CatchBlock()
  • Method Details

    • getCaughtTypes

      public final List<TypeReference> getCaughtTypes()
    • getExceptionType

      public final TypeReference getExceptionType()
    • setExceptionType

      public final void setExceptionType(TypeReference exceptionType)
    • getExceptionVariable

      public final Variable getExceptionVariable()
    • setExceptionVariable

      public final void setExceptionVariable(Variable exceptionVariable)
    • writeTo

      public final void writeTo(ITextOutput output)
      Overrides:
      writeTo in class Block