Package 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
ACoderMalfunctionErroris thrown when the encoder/decoder is malfunctioning.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoderMalfunctionError(Exception ex)Constructs a newCoderMalfunctionError.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CoderMalfunctionError
public CoderMalfunctionError(Exception ex)
Constructs a newCoderMalfunctionError.- Parameters:
ex- the original exception thrown by the encoder/decoder.
-
-