|
Classes |
class | Exception::GeneralException |
| General exception class. More...
|
class | Exception::IndexUnderflow |
| Index underflow. More...
|
class | Exception::SizeUnderflow |
| Size underflow. More...
|
class | Exception::IndexOverflow |
| Index overflow. More...
|
class | Exception::InvalidRange |
| Invalid range. More...
|
class | Exception::InvalidSize |
| Invalid Size Throw this exception to indicate that a size was unexpected. More...
|
class | Exception::OutOfRange |
| Out of range. More...
|
class | Exception::InvalidFormat |
| Invalid format. More...
|
class | Exception::IllegalSelfOperation |
| Illegal self operation. More...
|
class | Exception::NullPointer |
| Null pointer argument is invalid. More...
|
class | Exception::InvalidIterator |
| Invalid iterator. More...
|
class | Exception::IncompatibleIterators |
| Incompatible iterator. More...
|
class | Exception::NotImplemented |
| Not implemented exception. More...
|
class | Exception::IllegalTreeOperation |
| Illegal tree operation. More...
|
class | Exception::OutOfMemory |
| Out of memory. More...
|
class | Exception::BufferOverflow |
| Buffer overflow exception. More...
|
class | Exception::DivisionByZero |
| Division by zero error. More...
|
class | Exception::OutOfGrid |
| Out of grid error. More...
|
class | Exception::FileNotFound |
| File not found. More...
|
class | Exception::IllegalPosition |
| Invalid Position. More...
|
class | Exception::ParseError |
| Parse Error. More...
|
class | Exception::Precondition |
| Precondition failed. More...
|
class | Exception::Postcondition |
| Postcondition failed. More...
|
class | Exception::InvalidOption |
| Exception to be thrown if an invalid option is given. More...
|
class | Exception::TooManyErrors |
| Exception to be thrown if too many errors occur, e.g. in ForceField. More...
|
class | Exception::TooManyBonds |
| Exception to be thrown if too many bonds for one atom. More...
|
class | Exception::GlobalExceptionHandler |
| Class handling uncaught exception globally. More...
|
Variables |
BALL_EXPORT GlobalExceptionHandler | globalHandler |
| Global static instance of GlobalExceptionHandler.
|