Lines Matching refs:throw
38 exception() throw();
39 exception(const exception&) throw();
40 exception& operator=(const exception&) throw();
42 virtual const char* what() const throw();
52 bad_alloc() throw();
53 bad_alloc(const bad_alloc&) throw();
54 bad_alloc& operator=(const bad_alloc&) throw();
56 virtual const char* what() const throw();
64 bad_cast() throw();
65 bad_cast(const bad_cast&) throw();
66 bad_cast& operator=(const bad_cast&) throw();
68 virtual const char* what() const throw();
77 bad_typeid() throw();
78 bad_typeid(const bad_typeid &__rhs) throw();
80 bad_typeid& operator=(const bad_typeid &__rhs) throw();
81 virtual const char* what() const throw();
87 bad_array_new_length() throw();
88 bad_array_new_length(const bad_array_new_length&) throw();
89 bad_array_new_length& operator=(const bad_array_new_length&) throw();
91 virtual const char *what() const throw();