Class CharacterDecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.tomatengames.util.exception.CharacterDecodeException
- All Implemented Interfaces:
Serializable
An
IOException that indicates that a character could not be decoded.- Since:
- 1.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newCharacterDecodeException.CharacterDecodeException(String message) Creates a newCharacterDecodeException.CharacterDecodeException(String message, Throwable cause) Creates a newCharacterDecodeException.Creates a newCharacterDecodeException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CharacterDecodeException
public CharacterDecodeException()Creates a newCharacterDecodeException. -
CharacterDecodeException
Creates a newCharacterDecodeException.- Parameters:
message- The detail message.
-
CharacterDecodeException
Creates a newCharacterDecodeException.- Parameters:
cause- The cause. May benull.
-
CharacterDecodeException
Creates a newCharacterDecodeException.- Parameters:
message- The detail message.cause- The cause. May benull.
-