Overload List

  NameDescription
IllegalAlphabetException()()()
Just make the exception.
IllegalAlphabetException(Exception)
Make the exception with an inner exception.
IllegalAlphabetException(String)
Make the exception with a message.
IllegalAlphabetException(String, Exception)
Make the exception with an inner exception and message.

See Also