public class OutOfRangeException
extends java.lang.IllegalArgumentException
| Constructor and Description |
|---|
OutOfRangeException()
Constructs an OutOfRangeException with no detail message.
|
OutOfRangeException(java.lang.String s)
Constructs an OutOfRangeException with the specified detail message.
|