| Overview | Group | Tree | Graph | Index | Concepts |

This class is the base class for exceptions in Concert Technology. An instance of this class represents an exception on platforms that support exceptions when exceptions are enabled.
See Also:
| Constructor and Destructor Summary | |
|---|---|
protected | IloException(const char * message=0, IloBool deleteMessage=IloFalse) |
| Method Summary | |
|---|---|
public virtual void | end() |
public virtual const char * | getMessage() const |
| Constructor and Destructor Detail |
|---|
This protected constructor creates an exception.
| Method Detail |
|---|
This member function deletes the invoking exception. That is, it frees memory associated with the invoking exception.
This member function returns the message (a character string) of the invoking exception.