WriterException

A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.

Constructors

Link copied to clipboard
constructor()
constructor(message: String?)
constructor(cause: Throwable?)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?