public class CborConversionException extends CborException
CborObject (for example, via CborObject.createFromJavaObject(Object)) fails. This is generally because the given Java object
class (or the class of one of it's contained objects) is not supported for conversion. This
exception can also be generated by CborMap.toNormalMap().| Constructor and Description |
|---|
CborConversionException() |
CborConversionException(String explain) |
CborConversionException(String explain,
Throwable t) |
CborConversionException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018–2023. All rights reserved.