Package io.scanbot.sdk.exceptions.camera
Class CameraTransformationException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CameraTransformationException extends UnsupportedOperationException
Thrown when Camera unable to process transformations of preview, caused by incorrect init values
-
-
Constructor Summary
Constructors Constructor Description CameraTransformationException(String message)
-
Method Summary
Modifier and Type Method Description String
getMessage()
-
-
Constructor Detail
-
CameraTransformationException
CameraTransformationException(String message)
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-