Personal tools
You are here: Home Documentation 1-0pre1 V1.0pre1

BNPP::Exception Namespace Reference
[Concepts]

Exception namespace. More...

Classes

class Base
Exception base class. More...
class IndexUnderflow
Index underflow. More...
class SizeUnderflow
Size underflow. More...
class IndexOverflow
Index overflow. More...
class InvalidRange
Invalid range. More...
class InvalidSize
Invalid Size. More...
class OutOfRange
Out of range. More...
class InvalidFormat
Invalid format. More...
class IllegalSelfOperation
Illegal self operation. More...
class NullPointer
Null pointer argument is invalid. More...
class InvalidIterator
Invalid iterator. More...
class IncompatibleIterators
Incompatible iterator. More...
class NotImplemented
Not implemented exception. More...
class IllegalTreeOperation
Illegal tree operation. More...
class OutOfMemory
Out of memory. More...
class BufferOverflow
Buffer overflow exception. More...
class DivisionByZero
Division by zero error. More...
class OutOfGrid
Out of grid error. More...
class FileNotFound
File not found. More...
class FileMisformatted
File is misformatted. More...
class IllegalPosition
Invalid Position. More...
class ParseError
Parse Error. More...
class UnableToCreateFile
Unable to create file. More...
class GlobalExceptionHandler
class ElementNotFound
Element could not be found. More...
class MatrixHasWrongDimension
Matrix Dimension Error. More...

Variables

GlobalExceptionHandler globalHandler
Global static instance of GlobalExceptionHandler.

Detailed Description

Exception namespace.