CameraException

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).

Constructors

CameraException
Link copied to clipboard
void CameraException(Throwable cause)

Functions

addSuppressed
Link copied to clipboard
final synchronized void addSuppressed(Throwable p)
fillInStackTrace
Link copied to clipboard
synchronized Throwable fillInStackTrace()
getCause
Link copied to clipboard
synchronized Throwable getCause()
getLocalizedMessage
Link copied to clipboard
String getLocalizedMessage()
getMessage
Link copied to clipboard
String getMessage()
getStackTrace
Link copied to clipboard
Array<StackTraceElementgetStackTrace()
getSuppressed
Link copied to clipboard
final synchronized Array<ThrowablegetSuppressed()
initCause
Link copied to clipboard
synchronized Throwable initCause(Throwable p)
printStackTrace
Link copied to clipboard
void printStackTrace()
setStackTrace
Link copied to clipboard
void setStackTrace(Array<StackTraceElement> p)
toString
Link copied to clipboard
String toString()