java.nio.charset.CoderMalfunctionError
Errors thrown when the encoder/decoder is malfunctioning.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
CoderMalfunctionError(Exception ex)
Constructs an instance of this error.
Parameters
ex
| the original exception thrown by the encoder/decoder
|