Class ValueOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.uma.jmetal.util.errorchecking.exception.ValueOutOfRangeException
-
Constructor Summary
ConstructorsConstructorDescriptionValueOutOfRangeException(double value, double lowestValue, double highestValue) ValueOutOfRangeException(int value, int lowestValue, int highestValue) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValueOutOfRangeException
public ValueOutOfRangeException(int value, int lowestValue, int highestValue) -
ValueOutOfRangeException
public ValueOutOfRangeException(double value, double lowestValue, double highestValue)
-