42 #ifndef PB_DS_EXCEPTION_HPP
43 #define PB_DS_EXCEPTION_HPP
78 __throw_container_error(
void)
82 __throw_insert_error(
void)
83 {
throw insert_error(); }
86 __throw_join_error(
void)
87 {
throw join_error(); }
90 __throw_resize_error(
void)
91 {
throw resize_error(); }
94 __throw_container_error(
void)
98 __throw_insert_error(
void)
102 __throw_join_error(
void)
106 __throw_resize_error(
void)
A join cannot be performed logical reasons (i.e., the ranges of the two container objects being joine...
Base class for exceptions.
An entry cannot be inserted into a container object for logical reasons (not, e.g., if memory is unabvailable, in which case the allocator_type's exception will be thrown).
One of two subclasses of exception.
A container cannot be resized.