public final class Bounds extends UserException
| Constructor and Description |
|---|
Bounds()
Constructs a default
Bounds exception, with
no detail message. |
Bounds(java.lang.String reason)
Constructs a
Bounds exception using the specified
message as the reason for throwing it. |