Class DecodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DecodeException
    extends java.io.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 $
    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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String pMessage)
      • DecodeException

        public DecodeException​(java.lang.String pMessage,
                               java.lang.Throwable pCause)
      • DecodeException

        public DecodeException​(java.lang.Throwable pCause)