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)

class IterError : public AipsError

Interface

Public Members
IterError(const char *msg = 0, Category c=BOUNDARY)
~IterError () throw()

Description

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Member Description

IterError(const char *msg = 0, Category c=BOUNDARY)

~IterError () throw()

normal constructor

class IterBoundaryError : public IterError

Interface

IterBoundaryError(const char *msg = 0, Category c=BOUNDARY)
~IterBoundaryError () throw()

Description

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Member Description

IterBoundaryError(const char *msg = 0, Category c=BOUNDARY)

~IterBoundaryError () throw()

normal constructor

class IterInitError : public IterError

Interface

IterInitError(const char *msg = 0, Category c=INITIALIZATION)
~IterInitError () throw()

Description

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Member Description

IterInitError(const char *msg = 0, Category c=INITIALIZATION)

~IterInitError () throw()

normal constructor

class InvalidIterError : public IterError

Interface

InvalidIterError(const char *msg = 0, Category c=GENERAL)
~InvalidIterError () throw()

Description

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Member Description

InvalidIterError(const char *msg = 0, Category c=GENERAL)

~InvalidIterError () throw()

normal constructor