com.twelvemonkeys.io.enc
Class DecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.twelvemonkeys.io.enc.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:
Serialized Form

Constructor Summary
DecodeException(String pMessage)
           
DecodeException(String pMessage, Throwable pCause)
           
DecodeException(Throwable pCause)
           
 
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

DecodeException

public DecodeException(String pMessage)

DecodeException

public DecodeException(String pMessage,
                       Throwable pCause)

DecodeException

public DecodeException(Throwable pCause)


Copyright © 2015. All Rights Reserved.