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:
java.io.Serializable
public class InvalidEncodingException extends java.lang.RuntimeException
The Character Encoding is not supported.- Since:
- 1.4.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.UnsupportedEncodingException
encodingException
attribute for the encoding exception
-
Constructor Summary
Constructors Constructor Description InvalidEncodingException(java.io.UnsupportedEncodingException encodingException)
constructor for InvalidEncodingException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.UnsupportedEncodingException
getEncodingException()
Get the exception which includes more information on the unsupported encoding
-