Lines Matching full:throw
43 Magick::Exception::~Exception() throw() in ~Exception()
56 const char* Magick::Exception::what() const throw() in what()
61 const Magick::Exception* Magick::Exception::nested() const throw() in nested()
66 void Magick::Exception::nested(Exception* nested_) throw() in nested()
81 Magick::Error::~Error() throw() in ~Error()
95 Magick::ErrorBlob::~ErrorBlob() throw() in ~ErrorBlob()
109 Magick::ErrorCache::~ErrorCache() throw() in ~ErrorCache()
123 Magick::ErrorCoder::~ErrorCoder() throw() in ~ErrorCoder()
138 Magick::ErrorConfigure::~ErrorConfigure() throw() in ~ErrorConfigure()
153 Magick::ErrorCorruptImage::~ErrorCorruptImage() throw() in ~ErrorCorruptImage()
168 Magick::ErrorDelegate::~ErrorDelegate()throw() in ~ErrorDelegate()
182 Magick::ErrorDraw::~ErrorDraw() throw() in ~ErrorDraw()
191 Magick::ErrorFileOpen::~ErrorFileOpen() throw() in ~ErrorFileOpen()
212 Magick::ErrorImage::~ErrorImage() throw() in ~ErrorImage()
227 Magick::ErrorMissingDelegate::~ErrorMissingDelegate() throw () in ~ErrorMissingDelegate()
241 Magick::ErrorModule::~ErrorModule() throw() in ~ErrorModule()
255 Magick::ErrorMonitor::~ErrorMonitor() throw() in ~ErrorMonitor()
269 Magick::ErrorOption::~ErrorOption() throw() in ~ErrorOption()
283 Magick::ErrorPolicy::~ErrorPolicy() throw() in ~ErrorPolicy()
299 Magick::ErrorRegistry::~ErrorRegistry() throw() in ~ErrorRegistry()
314 Magick::ErrorResourceLimit::~ErrorResourceLimit() throw() in ~ErrorResourceLimit()
328 Magick::ErrorStream::~ErrorStream() throw() in ~ErrorStream()
342 Magick::ErrorType::~ErrorType() throw() in ~ErrorType()
357 Magick::ErrorUndefined::~ErrorUndefined() throw() in ~ErrorUndefined()
371 Magick::ErrorXServer::~ErrorXServer() throw () in ~ErrorXServer()
385 Magick::Warning::~Warning() throw() in ~Warning()
399 Magick::WarningBlob::~WarningBlob() throw() in ~WarningBlob()
413 Magick::WarningCache::~WarningCache() throw() in ~WarningCache()
427 Magick::WarningCoder::~WarningCoder() throw() in ~WarningCoder()
442 Magick::WarningConfigure::~WarningConfigure() throw() in ~WarningConfigure()
457 Magick::WarningCorruptImage::~WarningCorruptImage() throw() in ~WarningCorruptImage()
472 Magick::WarningDelegate::~WarningDelegate() throw() in ~WarningDelegate()
486 Magick::WarningDraw::~WarningDraw() throw() in ~WarningDraw()
501 Magick::WarningFileOpen::~WarningFileOpen() throw() in ~WarningFileOpen()
515 Magick::WarningImage::~WarningImage() throw() in ~WarningImage()
531 Magick::WarningMissingDelegate::~WarningMissingDelegate() throw() in ~WarningMissingDelegate()
547 Magick::WarningModule::~WarningModule() throw() in ~WarningModule()
562 Magick::WarningMonitor::~WarningMonitor() throw() in ~WarningMonitor()
577 Magick::WarningOption::~WarningOption() throw() in ~WarningOption()
592 Magick::WarningRegistry::~WarningRegistry() throw() in ~WarningRegistry()
607 Magick::WarningPolicy::~WarningPolicy() throw() in ~WarningPolicy()
622 Magick::WarningResourceLimit::~WarningResourceLimit() throw() in ~WarningResourceLimit()
637 Magick::WarningStream::~WarningStream() throw() in ~WarningStream()
651 Magick::WarningType::~WarningType() throw() in ~WarningType()
666 Magick::WarningUndefined::~WarningUndefined() throw() in ~WarningUndefined()
681 Magick::WarningXServer::~WarningXServer() throw() in ~WarningXServer()
890 throw ErrorBlob(message,nestedException); in throwException()
892 throw WarningBlob(message,nestedException); in throwException()
895 throw ErrorCache(message,nestedException); in throwException()
897 throw WarningCache(message,nestedException); in throwException()
900 throw ErrorCoder(message,nestedException); in throwException()
902 throw WarningCoder(message,nestedException); in throwException()
905 throw ErrorConfigure(message,nestedException); in throwException()
907 throw WarningConfigure(message,nestedException); in throwException()
910 throw ErrorCorruptImage(message,nestedException); in throwException()
912 throw WarningCorruptImage(message,nestedException); in throwException()
915 throw ErrorDelegate(message,nestedException); in throwException()
917 throw WarningDelegate(message,nestedException); in throwException()
920 throw ErrorDraw(message,nestedException); in throwException()
922 throw WarningDraw(message,nestedException); in throwException()
925 throw ErrorFileOpen(message,nestedException); in throwException()
927 throw WarningFileOpen(message,nestedException); in throwException()
930 throw ErrorImage(message,nestedException); in throwException()
932 throw WarningImage(message,nestedException); in throwException()
935 throw ErrorMissingDelegate(message,nestedException); in throwException()
937 throw WarningMissingDelegate(message,nestedException); in throwException()
940 throw ErrorModule(message,nestedException); in throwException()
942 throw WarningModule(message,nestedException); in throwException()
945 throw ErrorMonitor(message,nestedException); in throwException()
947 throw WarningMonitor(message,nestedException); in throwException()
950 throw ErrorOption(message,nestedException); in throwException()
952 throw WarningOption(message,nestedException); in throwException()
954 throw WarningPolicy(message,nestedException); in throwException()
957 throw ErrorPolicy(message,nestedException); in throwException()
960 throw ErrorRegistry(message,nestedException); in throwException()
962 throw WarningRegistry(message,nestedException); in throwException()
965 throw ErrorResourceLimit(message,nestedException); in throwException()
967 throw WarningResourceLimit(message,nestedException); in throwException()
970 throw ErrorStream(message,nestedException); in throwException()
972 throw WarningStream(message,nestedException); in throwException()
975 throw ErrorType(message,nestedException); in throwException()
977 throw WarningType(message,nestedException); in throwException()
980 throw ErrorUndefined(message,nestedException); in throwException()
983 throw ErrorXServer(message,nestedException); in throwException()
985 throw WarningXServer(message,nestedException); in throwException()