Class DecodeException

All Implemented Interfaces:
Serializable

public class DecodeException extends IOException
Thrown by Decoders when encoded data can not be decoded.
Version:
$Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/io/enc/DecodeException.java#2 $
Author:
Harald Kuhr
See Also:
  • Constructor Details

    • DecodeException

      public DecodeException(String pMessage)
    • DecodeException

      public DecodeException(String pMessage, Throwable pCause)
    • DecodeException

      public DecodeException(Throwable pCause)