Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech::Recognition
interface GrammarExceptionValue
Files: GNOME_Speech.idl
GNOME-Speech-Recognition-GrammarExceptionValue-inheritance GNOME-Speech-ExceptionValue.html GNOME-Speech-SpeechObject.html Bonobo-Unknown.html
Operations Summary:
 voidinitWithDetails(in string message, in GrammarSyntaxDetailArray details)
 voidaddDetail(in GrammarSyntaxDetail detail)
GrammarSyntaxDetailArraygetDetails()
 voidsetDetails(in GrammarSyntaxDetailArray details)

Operations Inherited from ExceptionValue
init, getMessage

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void initWithDetails(in string message, in GrammarSyntaxDetailArray details)

Initializes a GrammarException with the specified detail message and an optional programmatic description of each error.

Parameters:
message - a printable detail message.
details - details of each error encountered or null.


 void addDetail(in GrammarSyntaxDetail detail)

Add a syntax error description (appended to the existing array of details).

Parameters:
detail - a syntax error description.


GrammarSyntaxDetailArray getDetails()

Return the list of grammar syntax problem descriptions.

Return:
the list of grammar syntax problem descriptions.


 void setDetails(in GrammarSyntaxDetailArray details)

Set the grammar syntax problem descriptions.

Parameters:
details - a list of grammar syntax problem descriptions.