25#include "CLHEP/Exceptions/ZMerrno.h"
27#include "CLHEP/Exceptions/ZMexception.h"
52 while (
size() > 0 ) {
77 if ( max_ <=
size() ) {
84 errors_.push_back( x.
clone() );
101 return k <
size() ? errors_[
size()-1-k]
151 unsigned int oldMax = max_;
153 while ( newMax <
size() ) {
unsigned int setMax(unsigned int limit)
unsigned int size() const
void write(const ZMexception &x)
const ZMexception * get(unsigned int k=0) const
std::string name(unsigned int k=0) const
virtual ZMexception * clone() const
virtual std::string name() const