Generated on Wed Nov 1 15:05:14 2006 for Gecode by doxygen 1.4.5

Gecode::Exception Class Reference
[Gecode exceptions]

Inherited by Gecode::Int::ArgumentEmpty, Gecode::Int::ArgumentSame, Gecode::Int::ArgumentSizeMismatch, Gecode::Int::NumericalOverflow, Gecode::Int::UnknownBranching, Gecode::Int::UnknownRelation, Gecode::Int::VariableEmptyDomain, Gecode::Int::VariableOutOfRangeDomain, Gecode::MemoryExhausted, Gecode::MiniModel::ArgumentOutOfRange, Gecode::MiniModel::ArgumentSizeMismatch, Gecode::Set::ArgumentEmpty, Gecode::Set::ArgumentSizeMismatch, Gecode::Set::InvalidProjector, Gecode::Set::InvalidRelation, Gecode::Set::UnknownBranching, Gecode::Set::VariableFailedDomain, Gecode::Set::VariableOutOfRangeCardinality, Gecode::Set::VariableOutOfRangeDomain, Gecode::SpaceFailed, Gecode::SpaceIllegalAlternative, and Gecode::SpaceNoBranching.

List of all members.


Detailed Description

Exception: Base-class for exceptions

Definition at line 30 of file exception.icc.

Public Member Functions

 Exception (const char *l, const char *i) throw ()
 Initialize with location l and information i.
virtual const char * what (void) const throw ()
 Return information.


Constructor & Destructor Documentation

Gecode::Exception::Exception const char *  l,
const char *  i
throw ()
 

Initialize with location l and information i.

Definition at line 30 of file exception.cc.


Member Function Documentation

const char * Gecode::Exception::what void   )  const throw () [virtual]
 

Return information.

Definition at line 43 of file exception.cc.


The documentation for this class was generated from the following files: