Class IloMapException
Definition file: ilopl/ilomapi.h
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 |
public const IloExtractableI * getExtractable() const
The member function getExtractable returns the extractable
object that triggered the exception if it exists.
public const IloAbstractMapI * getMap() const
The member function getMap returns the map that
triggered the exception.