Blaze  3.6
Exception.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_EXCEPTION_H_
36 #define _BLAZE_MATH_EXCEPTION_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/util/Exception.h>
44 
45 
46 
47 
48 //=================================================================================================
49 //
50 // EXCEPTION MACROS
51 //
52 //=================================================================================================
53 
54 //*************************************************************************************************
96 #ifndef BLAZE_THROW_DIVISION_BY_ZERO
97 # define BLAZE_THROW_DIVISION_BY_ZERO( MESSAGE ) BLAZE_THROW_RUNTIME_ERROR( MESSAGE )
98 #endif
99 //*************************************************************************************************
100 
101 
102 //*************************************************************************************************
145 #ifndef BLAZE_THROW_LAPACK_ERROR
146 # define BLAZE_THROW_LAPACK_ERROR( MESSAGE ) BLAZE_THROW_RUNTIME_ERROR( MESSAGE )
147 #endif
148 //*************************************************************************************************
149 
150 #endif
Header file for exception macros.