com.buck.common.codec
Class CodecMalfunctionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
CodecMalfunctionError(Exception cause)
          Initializes an instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodecMalfunctionError

public CodecMalfunctionError(Exception cause)
Initializes an instance of this class.

Parameters:
cause - The unexpected exception that was thrown


Copyright © 2013. All Rights Reserved.