Class IllegalArgumentOutOfBoundsException

All Implemented Interfaces:
Serializable

public class IllegalArgumentOutOfBoundsException extends IllegalArgumentException
See Also:
  • Constructor Details

    • IllegalArgumentOutOfBoundsException

      public IllegalArgumentOutOfBoundsException(@Nullable Object lowerBound, @Nullable Object upperBound)
    • IllegalArgumentOutOfBoundsException

      public IllegalArgumentOutOfBoundsException(@Nullable Object lowerBound, @Nullable Object upperBound, String s)
    • IllegalArgumentOutOfBoundsException

      public IllegalArgumentOutOfBoundsException(@Nullable Object lowerBound, @Nullable Object upperBound, String message, Throwable cause)
    • IllegalArgumentOutOfBoundsException

      public IllegalArgumentOutOfBoundsException(@Nullable Object lowerBound, @Nullable Object upperBound, Throwable cause)
  • Method Details

    • getLowerBound

      @Nullable public Object getLowerBound()
    • getUpperBound

      @Nullable public Object getUpperBound()