Dockware Scan
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core
/
Dockware
/
ObjectCapture
/
ImageFile
/
ImageException
Image
Exception
android
sealed
class
ImageException
:
Exception
Inheritors
BytesReleased
ReadError
Members
Types
Bytes
Released
Link copied to clipboard
android
data
class
BytesReleased
(
val
file
:
File
)
:
Dockware.ObjectCapture.ImageFile.ImageException
Read
Error
Link copied to clipboard
android
data
class
ReadError
(
val
file
:
File
,
val
cause
:
Throwable
)
:
Dockware.ObjectCapture.ImageFile.ImageException
Properties
cause
Link copied to clipboard
android
open
val
cause
:
Throwable
?
message
Link copied to clipboard
android
open
val
message
:
String
?