Skip to content

QuantConnect.Exceptions

Classes

Class Description
AttributeErrorPythonExceptionInterpreter Interprets Python AttributeError exceptions caused by accessing an attribute of the wrong bar type,...
ClrBubbledExceptionInterpreter Interprets ClrBubbledException instances
DatetimeDateComparisonPythonExceptionInterpreter Interprets TypeError exceptions raised when comparing datetime.datetime and datetime.date objects
DllNotFoundPythonExceptionInterpreter Interprets DllNotFoundPythonExceptionInterpreter instances
IExceptionInterpreter Defines an exception interpreter. Interpretations are invoked on IAlgorithm.RunTimeError
InvalidTokenPythonExceptionInterpreter Interprets InvalidTokenPythonExceptionInterpreter instances
KeyErrorPythonExceptionInterpreter Interprets KeyErrorPythonExceptionInterpreter instances
ModuleNotFoundPythonExceptionInterpreter Interprets Python ModuleNotFoundError exceptions
MultipleInheritancePythonExceptionInterpreter Interprets Python TypeError exceptions caused by inheriting from multiple classes...
NoMethodMatchPythonExceptionInterpreter Interprets NoMethodMatchPythonExceptionInterpreter instances
PythonExceptionInterpreter Interprets PythonExceptionInterpreter instances
ScheduledEventExceptionInterpreter Interprets ScheduledEventException instances
StackExceptionInterpreter Interprets exceptions using the configured interpretations
SystemExceptionInterpreter Base handler that will try get an exception file and line
UnsupportedOperandPythonExceptionInterpreter Interprets UnsupportedOperandPythonExceptionInterpreter instances