Package org.java_websocket.exceptions
Class InvalidEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.java_websocket.exceptions.InvalidEncodingException
- All Implemented Interfaces:
Serializable
The Character Encoding is not supported.
- Since:
- 1.4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidEncodingException
(UnsupportedEncodingException encodingException) constructor for InvalidEncodingException -
Method Summary
Modifier and TypeMethodDescriptionGet the exception which includes more information on the unsupported encodingMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEncodingException
constructor for InvalidEncodingException- Parameters:
encodingException
- the cause for this exception
-
-
Method Details
-
getEncodingException
Get the exception which includes more information on the unsupported encoding- Returns:
- an UnsupportedEncodingException
-