KFoundation
v2.1
A Better Foundation Library for C++
|
Classes | |
class | kfoundation::IndexOutOfBoundException |
Thrown to signal access to a nonexisting element in an array. More... | |
class | kfoundation::InvalidFormatException |
Thrown when an input with an invalid format is encountered. More... | |
class | kfoundation::InvalidPointerException |
Thrown on attempt to access an invalid pointer. More... | |
class | kfoundation::IOException |
Thrown to signal an IO-related exception. More... | |
class | kfoundation::KFException |
Superclass for all exceptions in KFoundation. More... | |
class | kfoundation::MemoryException |
Used to throw exeptions related to memory. More... | |
class | kfoundation::NullPointerException |
Thrown on attempt to access to a null pointer. More... | |
class | kfoundation::ObjectDumpBuilderException |
Thrown when ObjectSerializer is used in an invalid way. More... | |
class | kfoundation::OutOfMemoryException |
Thrown on out of memory. More... | |
class | kfoundation::ParseException |
Thrown when a parsing error happens. More... | |