java.nio.charset
public class: CoderMalfunctionError [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Error
java.nio.charset.CoderMalfunctionError
All Implemented Interfaces:
Serializable
Error thrown when the
decodeLoop method of
a
CharsetDecoder , or the
encodeLoop method of a
CharsetEncoder , throws an unexpected
exception.
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |