Package com.qtsurfer.api.sdk.errors
Class QTSStrategyCompileError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.qtsurfer.api.sdk.errors.QTSError
com.qtsurfer.api.sdk.errors.QTSStrategyCompileError
- All Implemented Interfaces:
Serializable
Thrown when a strategy fails to compile server-side.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQTSStrategyCompileError(String message) QTSStrategyCompileError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QTSStrategyCompileError
-
QTSStrategyCompileError
-