Skip to content
Snippets Groups Projects
Commit 2c7380f0 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add more information to exception message

parent 85c5c924
No related branches found
No related tags found
No related merge requests found
......@@ -807,7 +807,7 @@ namespace VirtualRobot
RobotPtr RobotIO::processRobot(rapidxml::xml_node<char>* robotXMLNode, const std::string& basePath, RobotDescription loadMode)
{
THROW_VR_EXCEPTION_IF(!robotXMLNode, "No <Robot> tag in XML definition");
THROW_VR_EXCEPTION_IF(!robotXMLNode, "No <Robot> tag in XML definition! base path = " << basePath);
// process Attributes
std::string robotRoot;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment