Classes |
|
class | GeneralException |
General exception class. More... |
|
class | IndexUnderflow |
Index underflow. More... |
|
class | SizeUnderflow |
Size underflow. More... |
|
class | IndexOverflow |
Index overflow. More... |
|
class | InvalidArgument |
Invalid Argument Use this exception
when a function is called with an invalid argument and no
other exception applies. More... |
|
class | InvalidRange |
Invalid range. More... |
|
class | InvalidSize |
Invalid Size Throw this exception to
indicate that a size was unexpected. 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 | IllegalPosition |
Invalid Position. More... |
|
class | ParseError |
Parse Error. More... |
|
class | Precondition |
Precondition failed. More... |
|
class | Postcondition |
Postcondition failed. More... |
|
class | InvalidOption |
Exception to be thrown if an invalid
option is given. More... |
|
class | TooManyErrors |
Exception to be thrown if too many errors
occur, e.g. in ForceField. More... |
|
class | TooManyBonds |
Exception to be thrown if too many bonds
for one atom. More... |
|
class | CUDAError |
CUDA Error CUDA or any of its calls
caused an error. More... |
|
class | NoBufferAvailable |
RenderTarget error A buffer was
requested from RenderTarget but
could not be supplied for some reason at the given moment.
More... |
|
class | FormatUnsupported |
BufferedRenderer error An unsuported
format was requested from BufferedRenderer via
setFrameBufferFormat .
More... |
|
class | GlobalExceptionHandler |
Class handling uncaught exception
globally.
More... |
|
Variables |
|
BALL_EXPORT GlobalExceptionHandler | globalHandler |
Global static instance of GlobalExceptionHandler. |