COPASI API
4.16.103
Main Page
Namespaces
Classes
Files
File List
File Members
copasi
layout
CLUnresolvedReferenceException.cpp
Go to the documentation of this file.
1
// Begin CVS Header
2
// $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/layout/CLUnresolvedReferenceException.cpp,v $
3
// $Revision: 1.1 $
4
// $Name: $
5
// $Author: gauges $
6
// $Date: 2010/03/10 12:26:12 $
7
// End CVS Header
8
9
// Copyright (C) 2010 by Pedro Mendes, Virginia Tech Intellectual
10
// Properties, Inc., University of Heidelberg, and The University
11
// of Manchester.
12
// All rights reserved.
13
14
#include "
CLUnresolvedReferenceException.h
"
15
16
CLUnresolvedReferenceException::CLUnresolvedReferenceException
(
const
std::string&
id
): std::exception()
17
{
18
this->
mMessage
=
"Unresolved reference to style id \""
+
id
+
"\"."
;
19
}
20
21
const
char
*
CLUnresolvedReferenceException::what
()
const
throw()
22
{
23
return
this->
mMessage
.c_str();
24
}
CLUnresolvedReferenceException::mMessage
std::string mMessage
Definition:
CLUnresolvedReferenceException.h:30
CLUnresolvedReferenceException::CLUnresolvedReferenceException
CLUnresolvedReferenceException(const std::string &id)
Definition:
CLUnresolvedReferenceException.cpp:16
CLUnresolvedReferenceException::what
virtual const char * what() const
Definition:
CLUnresolvedReferenceException.cpp:21
CLUnresolvedReferenceException.h
Generated on Thu Jul 2 2015 14:50:18 for COPASI API by
1.8.6