# # ChangeLog for src/Shapes/ShapeExceptions.hpp # # Generated by Trac 1.4.4 # Dec 29, 2024, 2:08:25 PM Wed, 28 Sep 2011 12:48:53 GMT Frederik Heber [e5c233] * LinearAlgebra/src/LinearAlgebra/Exceptions.hpp (modified) * src/Actions/ActionExceptions.hpp (modified) * src/Actions/ValueStorage.hpp (modified) * src/Formula.hpp (modified) * src/Shapes/ShapeExceptions.hpp (modified) FIX: replaced boost/exception.hpp by boost/exception/all.hpp. Wed, 06 Apr 2011 13:50:41 GMT Frederik Heber [b94634] * src/Exceptions/Makefile.am (modified) * src/Exceptions/NotOnSurfaceException.cpp (deleted) * src/Exceptions/NotOnSurfaceException.hpp (deleted) * src/Exceptions/ShapeException.cpp (deleted) * src/Exceptions/ShapeException.hpp (deleted) * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/BaseShapes_impl.hpp (modified) * src/Shapes/Shape.cpp (modified) * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeExceptions.hpp (added) * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/Shape_impl.hpp (modified) Removed NotOnSurfaceException and ShapeException from Exceptions. - ...