Loading...
Searching...
No Matches
Exception.cpp
198 Exception *nested_)
199 : Error(what_,nested_)
892 throw ErrorBlob(message,nestedException);
894 throw WarningBlob(message,nestedException);
897 throw ErrorCache(message,nestedException);
899 throw WarningCache(message,nestedException);
902 throw ErrorCoder(message,nestedException);
904 throw WarningCoder(message,nestedException);
907 throw ErrorConfigure(message,nestedException);
909 throw WarningConfigure(message,nestedException);
912 throw ErrorCorruptImage(message,nestedException);
914 throw WarningCorruptImage(message,nestedException);
917 throw ErrorDelegate(message,nestedException);
919 throw WarningDelegate(message,nestedException);
922 throw ErrorDraw(message,nestedException);
924 throw WarningDraw(message,nestedException);
927 throw ErrorFileOpen(message,nestedException);
929 throw WarningFileOpen(message,nestedException);
932 throw ErrorImage(message,nestedException);
934 throw WarningImage(message,nestedException);
937 throw ErrorMissingDelegate(message,nestedException);
939 throw WarningMissingDelegate(message,nestedException);
942 throw ErrorModule(message,nestedException);
944 throw WarningModule(message,nestedException);
947 throw ErrorMonitor(message,nestedException);
949 throw WarningMonitor(message,nestedException);
952 throw ErrorOption(message,nestedException);
954 throw WarningOption(message,nestedException);
956 throw WarningPolicy(message,nestedException);
959 throw ErrorPolicy(message,nestedException);
962 throw ErrorRegistry(message,nestedException);
964 throw WarningRegistry(message,nestedException);
967 throw ErrorResourceLimit(message,nestedException);
969 throw WarningResourceLimit(message,nestedException);
972 throw ErrorStream(message,nestedException);
974 throw WarningStream(message,nestedException);
977 throw ErrorType(message,nestedException);
979 throw WarningType(message,nestedException);
982 throw ErrorUndefined(message,nestedException);
985 throw ErrorXServer(message,nestedException);
987 throw WarningXServer(message,nestedException);