|
Last change
on this file since aab470 was 7a8319, checked in by Tillmann Crueger <crueger@…>, 16 years ago |
|
Added more Exceptions to the project to signal differen Math erorrs
|
-
Property mode
set to
100644
|
|
File size:
251 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * MathException.cpp
|
|---|
| 3 | *
|
|---|
| 4 | * Created on: Apr 30, 2010
|
|---|
| 5 | * Author: crueger
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #include "MathException.hpp"
|
|---|
| 9 |
|
|---|
| 10 | MathException::MathException(std::string file, int line) :
|
|---|
| 11 | CustomException(file,line)
|
|---|
| 12 | {}
|
|---|
| 13 |
|
|---|
| 14 | MathException::~MathException() throw ()
|
|---|
| 15 | {}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.