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.

C++

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;

Generated: Wed Apr 5 23:52:02 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.