Operations Summary: | |
void | initWithDetails(in string message, in GrammarSyntaxDetailArray details) |
void | addDetail(in GrammarSyntaxDetail detail) |
GrammarSyntaxDetailArray | getDetails() |
void | setDetails(in GrammarSyntaxDetailArray details) |
Operations Inherited from ExceptionValue | |
init, getMessage |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initializes a GrammarException
with the specified
detail message and an optional programmatic description of each
error.
Add a syntax error description (appended to the existing array of details).
Return the list of grammar syntax problem descriptions.
Set the grammar syntax problem descriptions.