Class ThrowBuilder

All Implemented Interfaces:
Builder<Throw>, Visitable<ThrowBuilder>, VisitableBuilder<Throw,ThrowBuilder>

public class ThrowBuilder extends ThrowFluent<ThrowBuilder> implements VisitableBuilder<Throw,ThrowBuilder>
  • Constructor Details

    • ThrowBuilder

      public ThrowBuilder()
    • ThrowBuilder

      public ThrowBuilder(ThrowFluent<?> fluent)
    • ThrowBuilder

      public ThrowBuilder(Throw instance)
    • ThrowBuilder

      public ThrowBuilder(ThrowFluent<?> fluent, Throw instance)
  • Method Details