kirk.util
Class CharacterFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
kirk.util.CharacterFormatException
- All Implemented Interfaces:
- Serializable
- public class CharacterFormatException
- extends IllegalArgumentException
This class represents an exception that can be thrown during the conversion of a
String
to a char
or Character
.
- Version:
- 1
- Author:
- Berend "Kirk" Wouda
- See Also:
Character
,
Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CharacterFormatException
public CharacterFormatException(String message)
- Constructs a new
CharacterFormatException
with the given message.
- Parameters:
message
- The message that indicates what was wrong.
CharacterFormatException
public CharacterFormatException()
- Constructs a new
CharacterFormatException
with no message.