Save This Page
Home » openjdk-7 » java » nio » charset » [javadoc | source]
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.
Fields inherited from java.lang.Error:
serialVersionUID
Constructor:
 public CoderMalfunctionError(Exception cause) 
    Initializes an instance of this class.
    Parameters:
    cause - The unexpected exception that was thrown
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