Class DecodingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DecodingException
    extends java.lang.Exception
    The error that indicates we cannot decode something.
    Author:
    Alex Kalderimis
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodingException​(java.lang.Throwable cause)
      Constructor.
    • 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

      • DecodingException

        public DecodingException​(java.lang.Throwable cause)
        Constructor.
        Parameters:
        cause - The reason we could not decode the thing.