目录前言1、ArithmeticException(算术异常)2、ClassCastException (类转换异常)3、IllegalArgumentException (非法参数异常)4、IndexOutOfBoundsException (下标越界异常)5、NullPointerException (空指针异
I\'m writing a simple maths library with a template vector type: template<typename T, size_t N> class Vector {