Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.exceptions.imageprocessing
/
ImageProcessorInitialisationException
Image
Processor
Initialisation
Exception
class
ImageProcessorInitialisationException
(
val
message
:
String
?
)
:
UnsupportedOperationException
Thrown when ImageProcessor called to process image with invalid configuration
Members
Constructors
Image
Processor
Initialisation
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
?