com.buck.common.codec
Class CodecMalfunctionError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.buck.common.codec.CodecMalfunctionError
- All Implemented Interfaces:
- Serializable
public class CodecMalfunctionError
- extends Error
Error thrown when the decode
method of a CodecDecoder, or the
encode method of a
CodecEncoder, throws an unexpected
exception.
- Author:
- Robert J. Buck
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CodecMalfunctionError
public CodecMalfunctionError(Exception cause)
- Initializes an instance of this class.
- Parameters:
cause - The unexpected exception that was thrown
Copyright © 2013. All Rights Reserved.