-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidEncodingException extends RuntimeException
The Character Encoding is not supported.
-
-
Field Summary
Fields Modifier and Type Field Description private final UnsupportedEncodingException
encodingException
-
Constructor Summary
Constructors Constructor Description InvalidEncodingException(UnsupportedEncodingException encodingException)
constructor for InvalidEncodingException
-
Method Summary
Modifier and Type Method Description UnsupportedEncodingException
getEncodingException()
Get the exception which includes more information on the unsupported encoding -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
InvalidEncodingException
InvalidEncodingException(UnsupportedEncodingException encodingException)
constructor for InvalidEncodingException- Parameters:
encodingException
- the cause for this exception
-
-
Method Detail
-
getEncodingException
UnsupportedEncodingException getEncodingException()
Get the exception which includes more information on the unsupported encoding
-
-
-
-