CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.exceptions.InvalidRangeException Class Reference

An exception that occurs when the maximum value of a FloatRange or IntegerRange is less than its minimum value. More...

+ Inheritance diagram for dev.jorel.commandapi.exceptions.InvalidRangeException:

Public Member Functions

 InvalidRangeException ()
 Creates an InvalidRangeException.
 

Detailed Description

An exception that occurs when the maximum value of a FloatRange or IntegerRange is less than its minimum value.