java.nio.charset
Class CoderMalfunctionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.nio.charset.CoderMalfunctionError
- All Implemented Interfaces:
- Serializable
public class CoderMalfunctionError
- extends Error
Errors thrown when the encoder/decoder is malfunctioning.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CoderMalfunctionError
public CoderMalfunctionError(Exception ex)
- Constructs an instance of this error.
- Parameters:
ex - the original exception thrown by the encoder/decoder
Please submit a feedback, bug or feature