IterError.h
Classes
- IterError -- Iteration error class (full description)
- IterBoundaryError -- Iteration Boundary error class (full description)
- IterInitError -- Iteration initialization error (full description)
- InvalidIterError -- Invalide iteration error class (full description)
Interface
- Public Members
- IterError(const char *msg = 0, Category c=BOUNDARY)
- ~IterError () throw()
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Member Description
normal constructor
Interface
- IterBoundaryError(const char *msg = 0, Category c=BOUNDARY)
- ~IterBoundaryError () throw()
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Member Description
IterBoundaryError(const char *msg = 0, Category c=BOUNDARY)
normal constructor
Interface
- IterInitError(const char *msg = 0, Category c=INITIALIZATION)
- ~IterInitError () throw()
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Member Description
IterInitError(const char *msg = 0, Category c=INITIALIZATION)
normal constructor
Interface
- InvalidIterError(const char *msg = 0, Category c=GENERAL)
- ~InvalidIterError () throw()
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Member Description
InvalidIterError(const char *msg = 0, Category c=GENERAL)
normal constructor