java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.astrapi69.string.MalformedUnicodeException
- All Implemented Interfaces:
Serializable
The class
MalformedUnicodeException
is thrown when the given character is not unicode
conform.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newMalformedUnicodeException
MalformedUnicodeException
(String message) Instantiates a newMalformedUnicodeException
MalformedUnicodeException
(String message, Throwable cause) Instantiates a newMalformedUnicodeException
Instantiates a newMalformedUnicodeException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedUnicodeException
public MalformedUnicodeException()Instantiates a newMalformedUnicodeException
-
MalformedUnicodeException
Instantiates a newMalformedUnicodeException
- Parameters:
message
- the message
-
MalformedUnicodeException
Instantiates a newMalformedUnicodeException
- Parameters:
message
- the messagecause
- the cause
-
MalformedUnicodeException
Instantiates a newMalformedUnicodeException
- Parameters:
cause
- the cause
-