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