Class ThrowableOps

java.lang.Object
io.quarkus.gizmo2.creator.ops.ObjectOps
io.quarkus.gizmo2.creator.ops.ThrowableOps

public class ThrowableOps extends ObjectOps
Operations on Throwable.
  • Constructor Details

    • ThrowableOps

      public ThrowableOps(BlockCreator bc, Expr obj)
      Construct a new instance.
      Parameters:
      bc - the block creator (must not be null)
      obj - the collection instance (must not be null)
    • ThrowableOps

      protected ThrowableOps(Class<?> receiverType, BlockCreator bc, Expr obj)
      Construct a new subclass instance.
      Parameters:
      receiverType - the type of the receiver (must not be null)
      bc - the block creator (must not be null)
      obj - the receiver object (must not be null)
  • Method Details