Created by the British Broadcasting Corporation.
#include <string>
#include <iostream>
Go to the source code of this file.
|
Value: catch (const DiracException& e) { \ DiracException exception(e); \ DIRAC_LOG_EXCEPTION(exception)\ throw exception; \ } |
|
Value: { \
if(exception.GetSeverityCode()!=SEVERITY_NO_ERROR) \
std::cerr << exception.GetErrorMessage(); \
}
|
|
Value: { \ DiracException exception(arg1,arg2, arg3); \ DIRAC_LOG_EXCEPTION(exception) \ throw exception; \ } |
|
|
|
|
|
|
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.