public class CoderMalfunctionError 
   extends Error 
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Error | ||
| ↳ | java.nio.charset.CoderMalfunctionError | ||
错误抛出当 decodeLoop方法的 CharsetDecoder ,或 encodeLoop一个的方法 CharsetEncoder ,抛出意外的异常。
| Public constructors | |
|---|---|
|  CoderMalfunctionError(异常 cause) 初始化此类的一个实例。 | |
| Inherited methods | |
|---|---|
|  From class  java.lang.Throwable  | |
|  From class  java.lang.Object  | |
CoderMalfunctionError (异常 cause)
初始化此类的一个实例。
| Parameters | |
|---|---|
| cause | 异常: The unexpected exception that was thrown |