//scanning/com.pixelnetica.scanning/ScanningSdkException

ScanningSdkException

[androidJvm]
class ScanningSdkException : RuntimeException

Scanning SDK exception

Constructors

   
ScanningSdkException [androidJvm]
constructor(message: String)
Used only from JNI::ThrowNew()
constructor(message: String, vararg params: Any)
Construct an exception with formatted string
constructor(cause: Throwable, message: String, vararg params: Any)
Construct an exception with upper Throwable and formatted string

Types

Name Summary
Companion [androidJvm]
object Companion : Tag
Top