public class CoderMalfunctionError extends Error
CoderMalfunctionError is thrown when the encoder/decoder is
malfunctioning.| Constructor and Description |
|---|
CoderMalfunctionError(Exception ex)
Constructs a new
CoderMalfunctionError. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CoderMalfunctionError(Exception ex)
CoderMalfunctionError.ex - the original exception thrown by the encoder/decoder.