public class ValueOutOfRangeException extends RuntimeException
| Constructor and Description |
|---|
ValueOutOfRangeException(float value,
float min,
float max) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueOutOfRangeException(float value,
float min,
float max)
public String getMessage()
getMessage in class ThrowableCopyright © 2021. All rights reserved.