14.7.7 Exception FusionRuntimeException¶
- mosek.fusion.FusionRuntimeException¶
Base class for all run-time exceptions in fusion.
- Implements
RuntimeException
- Members
FusionRuntimeException.toString – Return the exception message.
- Implemented by
IOError
,ExpressionError
,ParameterError
,ValueConversionError
,DomainError
,IndexError
,RangeError
,LengthError
,DimensionError
,MatrixError
,ModelError
,DeletionError
,NameError
,OptimizeError
,SetDefinitionError
,UpdateError
,SliceError
,SparseFormatError
- FusionRuntimeException.toString¶
String toString()
Return the exception message.
- Return
(
String
)