NO FRAMES

Class IloException

Definition file: ilconcert/ilosys.h
Base class of Concert Technology exceptions.

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 voidend()
public virtual const char *getMessage() const
Constructor and Destructor Detail

IloException

protected IloException(const char * message=0, IloBool deleteMessage=IloFalse)

This protected constructor creates an exception.


Method Detail

end

public virtual void end()

This member function deletes the invoking exception. That is, it frees memory associated with the invoking exception.


getMessage

public virtual const char * getMessage() const

This member function returns the message (a character string) of the invoking exception.