dedalus.tools.exceptions ======================== .. py:module:: dedalus.tools.exceptions .. autoapi-nested-parse:: Custom exception classes. Module Contents --------------- .. py:exception:: DependentOperatorError Exception for operands that fail independence tests. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: NonlinearOperatorError Exceptions for operands that fail linearity tests. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: SkipDispatchException(output) Exceptions for shortcutting MultiClass dispatch. Initialize self. See help(type(self)) for accurate signature. .. py:attribute:: output .. py:exception:: SymbolicParsingError Exceptions for syntactic and mathematical problems in equations. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: UndefinedParityError Exceptions for data/operations with undefined parity. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: UnsupportedEquationError Exceptions for valid but unsupported equations. Initialize self. See help(type(self)) for accurate signature.