public class InvalidInputException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidInputException()
Creates a new exception with no detail message.
|
InvalidInputException(java.lang.String message)
Creates a new exception with the given detail message.
|