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)
  • Method Details