Class CBORException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class CBORException
    extends java.lang.RuntimeException
    Exception thrown for errors involving CBOR data.
    See Also:
    Serialized Form
    • 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

      • CBORException

        public CBORException()
        Initializes a new instance of the CBORException class.
      • CBORException

        public CBORException​(java.lang.String message)
        Initializes a new instance of the CBORException class.
        Parameters:
        message - The parameter message is a text string.
      • CBORException

        public CBORException​(java.lang.String message,
                             java.lang.Throwable innerException)
        Initializes a new instance of the CBORException class. Uses the given message and inner exception.
        Parameters:
        message - The parameter message is a text string.
        innerException - The parameter innerException is an Exception object.