#include <glite/jdl/DAGAd.h>
Inheritance diagram for glite::jdl::DAG_NodeError:
Public Member Functions | |
DAG_NodeError (std::string const &node_name) | |
virtual char const * | what () throw () |
std::string | node () const |
virtual | ~DAG_NodeError () throw () |
Protected Attributes | |
std::string | m_node_name |
std::string | m_msg |
glite::jdl::DAG_NodeError::DAG_NodeError | ( | std::string const & | node_name | ) | [inline] |
virtual glite::jdl::DAG_NodeError::~DAG_NodeError | ( | ) | throw () [inline, virtual] |
std::string glite::jdl::DAG_NodeError::node | ( | ) | const [inline] |
virtual char const* glite::jdl::DAG_NodeError::what | ( | ) | throw () [inline, virtual] |
std::string glite::jdl::DAG_NodeError::m_msg [protected] |
std::string glite::jdl::DAG_NodeError::m_node_name [protected] |