Package com.twelvemonkeys.io.enc
Class DecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.twelvemonkeys.io.enc.DecodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DecodeException extends java.io.IOException
Thrown byDecoder
s 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeException(java.lang.String pMessage)
DecodeException(java.lang.String pMessage, java.lang.Throwable pCause)
DecodeException(java.lang.Throwable pCause)
-