-
- All Implemented Interfaces:
-
java.io.Serializable
public class CameraException extends RuntimeException
Internal use only. Exception that is thrown when there is some issue with the camera (i.e. no connection possible or device doesn't even have a camera).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCameraException.Type
-
Field Summary
Fields Modifier and Type Field Description private final CameraException.Typetype
-
Constructor Summary
Constructors Constructor Description CameraException(String detailMessage, CameraException.Type type)CameraException(Throwable cause, CameraException.Type type)
-
Method Summary
Modifier and Type Method Description CameraException.TypegetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CameraException
CameraException(String detailMessage, CameraException.Type type)
-
CameraException
CameraException(Throwable cause, CameraException.Type type)
-
-
Method Detail
-
getType
@NonNull() CameraException.Type getType()
-
-
-
-