#include <OutOfMemoryError.hpp>
Inheritance diagram for OutOfMemoryError::
Public Methods | |
OutOfMemoryError () | |
OutOfMemoryError (String *s) |
|
Definition at line 18 of file OutOfMemoryError.hpp. 00018 : VirtualMachineError() { } |
|
Definition at line 19 of file OutOfMemoryError.hpp. 00019 : VirtualMachineError( s ) { } |