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