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