Skip to main content
FRAMES NO FRAMES

Class IloMapException

Definition file: ilopl/ilomapi.h
Map of IloMapExceptionIloMapExceptionIloLockedMapExceptionIloMapOutOfBoundExceptionIloMapUnboundIndexExceptionIloMapExceptionIloException
The class of exceptions thrown when accessing a map.

This exception is thrown if an error occurs accessing a map.

Method Summary
public const IloExtractableI *getExtractable() const
public const IloAbstractMapI *getMap() const
Inherited Methods from IloException
end, getMessage, IloException
Method Detail

getExtractable

public const IloExtractableI * getExtractable() const

The member function getExtractable returns the extractable object that triggered the exception if it exists.


getMap

public const IloAbstractMapI * getMap() const

The member function getMap returns the map that triggered the exception.