kirk.util
Class BooleanFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
kirk.util.BooleanFormatException
- All Implemented Interfaces:
- Serializable
- public class BooleanFormatException
- extends IllegalArgumentException
This class represents an exception that can be thrown during the conversion of a
String
to a boolean
or Boolean
.
- Version:
- 1
- Author:
- Berend "Kirk" Wouda
- See Also:
Boolean
,
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 |
BooleanFormatException
public BooleanFormatException(String message)
- Constructs a new
BooleanFormatException
with the given message.
- Parameters:
message
- The message that indicates what was wrong.
BooleanFormatException
public BooleanFormatException()
- Constructs a new
BooleanFormatException
with no message.