Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

facilities::Untranslatable Class Reference

Exception class used by expandEnvVar. More...

#include <Util.h>

List of all members.

Public Member Functions

 Untranslatable (const std::string &toTrans)
 Untranslatable (const std::string &toTrans)
 Untranslatable (const std::string &toTrans)
 Untranslatable (const std::string &toTrans)

Public Attributes

std::string m_badVar


Detailed Description

Exception class used by expandEnvVar.

This class provides a home for utility functions with no need for any context (hence static)


Constructor & Destructor Documentation

facilities::Untranslatable::Untranslatable const std::string &  toTrans  )  [inline]
 

00023 : m_badVar(toTrans) {}

facilities::Untranslatable::Untranslatable const std::string &  toTrans  )  [inline]
 

00022 : m_badVar(toTrans) {}

facilities::Untranslatable::Untranslatable const std::string &  toTrans  )  [inline]
 

00023 : m_badVar(toTrans) {}

facilities::Untranslatable::Untranslatable const std::string &  toTrans  )  [inline]
 

00022 : m_badVar(toTrans) {}


Member Data Documentation

std::string facilities::Untranslatable::m_badVar
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 19:21:14 2011 for BOSS6.5.5 by  doxygen 1.3.9.1