15.5 Exceptions¶
- MosekException¶
The base class for all exceptions in MOSEK.
- Exception¶
Base class for exceptions that correspond to MOSEK response codes.
- Implements:
- NullArrayException¶
Exception thrown when null was passed to a method that expected non-null array argument.
- Implements:
- ArrayLengthException¶
Exception thrown the length of an array was smaller than required. This will happen, for example, if requesting a list of
N
values, but the array passed to the method is less thanN
elements long.- Implements: