-
public final class ErrorLogContains an error description along with useful metadata for logging.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdeviceModelprivate final StringosNameprivate final StringosVersionprivate final StringcaptureVersionprivate final Stringdescriptionprivate final Throwableexception
-
Constructor Summary
Constructors Constructor Description ErrorLog(String deviceModel, String osName, String osVersion, String captureVersion, String description, Throwable exception)ErrorLog(String deviceModel, String osName, String osVersion, String description, Throwable exception)ErrorLog(String deviceModel, String osName, String description, Throwable exception)ErrorLog(String deviceModel, String description, Throwable exception)ErrorLog(String description, Throwable exception)
-
Method Summary
Modifier and Type Method Description final StringgetDeviceModel()final StringgetOsName()final StringgetOsVersion()final StringgetCaptureVersion()final StringgetDescription()final ThrowablegetException()-
-
Method Detail
-
getDeviceModel
final String getDeviceModel()
-
getOsVersion
final String getOsVersion()
-
getCaptureVersion
final String getCaptureVersion()
-
getDescription
final String getDescription()
-
getException
final Throwable getException()
-
-
-
-