tgl_structure_parser : error |
write an error out to the console.
Any other method of any other object can call this method. This is called 'public' access.
The data-type returned is "voidtype";
This method is contained in the object "tgl_structure_parser".
The method takes the following arguments:
error : stringtype
The error to output.
Output an error.
*_console << error << std::endl << "\\t\\tin block [" << _command << "]" << std::endl << "\\t\\tin schema [" << _schemapath.string() << "]" << std::endl << "\\t\\twhile outputing [" << _filepath.string() << "]" << std::endl;