Skip to main content
FRAMES NO FRAMES

Class IloException

Definition file: ilconcert/ilosys.h
Map of IloExceptionIloExceptionIloTupleCollection::DuplicatedExceptionIloAlgorithm::ExceptionIloEmptyHandleExceptionIloEnvironmentMismatchIloMapExceptionIloOplExceptionIloNumExpr::NonLinearExpressionIloTupleCollection::UnknownReferenceIloException
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:

Method Summary
public virtual voidend()
public virtual const char *getMessage() const
protected IloException(const char * message=0, IloBool deleteMessage=IloFalse)
Method Detail

IloException

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

This protected constructor creates an exception.


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.