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