Module qtjambi
Package io.qt.core

Class QCborError

All Implemented Interfaces:
QtObjectInterface, Cloneable

public class QCborError extends QtObject implements Cloneable

Holds the error condition found while parsing or validating a CBOR stream

Java wrapper for Qt's class QCborError

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QCborError

      public QCborError()
    • QCborError

      protected QCborError(QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details