public class InvalidNumberException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidNumberException()
Constructs an empty Exception.
|
InvalidNumberException(java.lang.String message)
Constructs an exception with the given message.
|