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