Package com.qtsurfer.api.sdk.errors
Class QTSError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.qtsurfer.api.sdk.errors.QTSError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QTSAuthError,QTSCanceledError,QTSDownloadError,QTSExecutionError,QTSPreparationError,QTSStrategyCompileError,QTSTimeoutError
Root of the QTSurfer SDK exception hierarchy. All SDK errors are unchecked;
consumers can catch
QTSError to handle any SDK-specific failure, or
match on subclasses to react to a specific stage.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QTSError
-
QTSError
-