15.5 Exceptions

MosekException

The base class for all exceptions in MOSEK.

Exception

Base class for exceptions that correspond to MOSEK response codes.

Implements

MosekException

Error

Exception class used for all error response codes from MOSEK.

Implements

Exception

Warning

Exception class used for all warning response codes from MOSEK.

Implements

Exception

NullArrayException

Exception thrown when null was passed to a method that expected non-null array argument.

Implements

MosekException

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 than N elements long.

Implements

MosekException