No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Error | ||
↳ | java.nio.charset.CoderMalfunctionError |
A CoderMalfunctionError
is thrown when the encoder/decoder is malfunctioning.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new
CoderMalfunctionError .
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
|||||||||||||||||||||||||||||||||
![]()
|
Constructs a new CoderMalfunctionError
.
ex | the original exception thrown by the encoder/decoder. |
---|