NO FRAMES

Class IloEmptyHandleException

Definition file: ilconcert/iloenv.h
The class of exceptions thrown if an empty handle is passed.

The exception IloEmptyHandleException is thrown if an empty handle is passed as an argument to a method, function, or class constructor.

Constructor and Destructor Summary
public IloEmptyHandleException()
public IloEmptyHandleException(const char * message)
Inherited Methods from IloException
end, getMessage
Constructor and Destructor Detail

IloEmptyHandleException

public IloEmptyHandleException()


IloEmptyHandleException

public IloEmptyHandleException(const char * message)

This constructor creates an exception containing the message string message.