bpf::Exception class

Low-level exception

Derived classes

class StackOverflowException final
class StackUnderflowException final
class IndexException final
class IncompatibleMatrixSizeException final
class NonInvertibleMatrixException final
class NonSquareMatrixException final
class MemoryException final
class RuntimeException

Constructors, destructors, conversion operators

~Exception() virtual
Exception()

Public functions

auto Type() const -> const char* virtual noexcept
void Print() const virtual noexcept

Function documentation

const char* bpf::Exception::Type() const virtual noexcept

Returns exception type

void bpf::Exception::Print() const virtual noexcept

Print the exception to the console