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.RuntimeExceptionThe classMalformedUnicodeExceptionis thrown when the given character is not unicode conform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedUnicodeException()Instantiates a newMalformedUnicodeExceptionMalformedUnicodeException(java.lang.String message)Instantiates a newMalformedUnicodeExceptionMalformedUnicodeException(java.lang.String message, java.lang.Throwable cause)Instantiates a newMalformedUnicodeExceptionMalformedUnicodeException(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
-
-