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