//Eg10-7.cpp #include using namespace std; //内部再次throw异常的时候,函数不要带throw() void Errhandler(int n) { try{ if(n==1) throw n; cout<<"all is ok..."<