public class MalformedUnicodeException extends RuntimeException
MalformedUnicodeException is thrown when the given character is not unicode
conform.| Constructor and Description |
|---|
MalformedUnicodeException()
Instantiates a new
MalformedUnicodeException |
MalformedUnicodeException(String message)
Instantiates a new
MalformedUnicodeException |
MalformedUnicodeException(String message,
Throwable cause)
Instantiates a new
MalformedUnicodeException |
MalformedUnicodeException(Throwable cause)
Instantiates a new
MalformedUnicodeException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedUnicodeException()
MalformedUnicodeExceptionpublic MalformedUnicodeException(String message)
MalformedUnicodeExceptionmessage - the messagepublic MalformedUnicodeException(String message, Throwable cause)
MalformedUnicodeExceptionmessage - the messagecause - the causepublic MalformedUnicodeException(Throwable cause)
MalformedUnicodeExceptioncause - the causeCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.