From 330cb8db0faa9ff2e790af6a3e0cf1cc1f57131e Mon Sep 17 00:00:00 2001
From: Mansard <nmansard@laas.fr>
Date: Fri, 11 Feb 2011 10:56:08 +0100
Subject: [PATCH] Added an exception to handle error while creating an object.

---
 include/dynamic-graph/python/exception-python.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dynamic-graph/python/exception-python.hh b/include/dynamic-graph/python/exception-python.hh
index ad34ce0..5374d4b 100644
--- a/include/dynamic-graph/python/exception-python.hh
+++ b/include/dynamic-graph/python/exception-python.hh
@@ -38,6 +38,7 @@ namespace dynamicgraph {
 	,VALUE_PARSING
 	,VECTOR_PARSING
 	,MATRIX_PARSING
+	,CLASS_INCONSISTENT
       };
 
       static const std::string EXCEPTION_NAME;
-- 
GitLab