|
jdl-api-cpp-3.4.4
|
#include "glite/wmsutils/exception/Exception.h"Go to the source code of this file.
Data Structures | |
| class | glite::jdl::RequestAdException |
| class | glite::jdl::AdClassAdException |
| class | glite::jdl::AdSyntaxException |
| class | glite::jdl::AdSemanticException |
| class | glite::jdl::AdSemanticMandatoryException |
| class | glite::jdl::AdSemanticPathException |
| class | glite::jdl::AdSemanticGroupException |
| class | glite::jdl::AdAttributeException |
| class | glite::jdl::AdMismatchException |
| class | glite::jdl::AdFormatException |
| class | glite::jdl::AdListException |
| class | glite::jdl::AdEmptyException |
| class | glite::jdl::AdExtractedException |
Namespaces | |
| glite | |
| glite::jdl | |
Macros | |
| #define | GLITE_STACK_JDL_CATCH(exc_name) catch(exc_name &exc){exc.push_back(__FILE__,LINE,METHOD);throw;} |
| #define | GLITE_STACK_JDL_CATCH_ALL() |
| #define GLITE_STACK_JDL_CATCH | ( | exc_name | ) | catch(exc_name &exc){exc.push_back(__FILE__,LINE,METHOD);throw;} |
| #define GLITE_STACK_JDL_CATCH_ALL | ( | ) |