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