Package io.github.astrapi69.string
Class MalformedUnicodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.astrapi69.string.MalformedUnicodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MalformedUnicodeException extends java.lang.RuntimeException
The classMalformedUnicodeException
is thrown when the given character is not unicode conform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedUnicodeException()
Instantiates a newMalformedUnicodeException
MalformedUnicodeException(java.lang.String message)
Instantiates a newMalformedUnicodeException
MalformedUnicodeException(java.lang.String message, java.lang.Throwable cause)
Instantiates a newMalformedUnicodeException
MalformedUnicodeException(java.lang.Throwable cause)
Instantiates a newMalformedUnicodeException
-
-
-
Constructor Detail
-
MalformedUnicodeException
public MalformedUnicodeException()
Instantiates a newMalformedUnicodeException
-
MalformedUnicodeException
public MalformedUnicodeException(java.lang.String message)
Instantiates a newMalformedUnicodeException
- Parameters:
message
- the message
-
MalformedUnicodeException
public MalformedUnicodeException(java.lang.String message, java.lang.Throwable cause)
Instantiates a newMalformedUnicodeException
- Parameters:
message
- the messagecause
- the cause
-
MalformedUnicodeException
public MalformedUnicodeException(java.lang.Throwable cause)
Instantiates a newMalformedUnicodeException
- Parameters:
cause
- the cause
-
-