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