Home Previous Up Next Index

IceGrid::ParseException

Overview

exception ParseException

This exception is raised if an error occurs during parsing.

Used By

FileParser::parse

Data Members

string reason;

The reason for the failure.


Home Previous Up Next Index