public class SmartInspectException extends Exception
This can be useful if you need to obtain more information about a particular error in the SmartInspectListener.onError event of the SmartInspect class.
This class is not guaranteed to be threadsafe.
| Constructor and Description |
|---|
SmartInspectException(String e)
Creates and initializes a SmartInspectException instance.
|
SmartInspectException(String fmt,
Object[] args)
Creates and initializes a SmartInspectException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SmartInspectException(String e)
e - The error message which describes the exceptionCopyright © 2023. All rights reserved.