Lines Matching refs:nestedException

826     *nestedException,  in throwException()  local
843 nestedException=(Exception *) NULL; in throwException()
858 if (nestedException == (Exception *) NULL) in throwException()
860 nestedException=createException(p); in throwException()
861 q=nestedException; in throwException()
880 delete nestedException; in throwException()
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()