Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech
interface ExceptionValue
Files: GNOME_Speech.idl
GNOME-Speech-ExceptionValue-inheritance GNOME-Speech-Recognition-GrammarExceptionValue.html GNOME-Speech-SpeechObject.html Bonobo-Unknown.html

The potential detail message associated with an exception. Each exception contains an ExceptionValue object.

See Also:
SpeechException
AudioException
EngineException
VendorDataException
InterruptedException


Operations Summary:
 voidinit(in string message)
 stringgetMessage()

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

Operation Details:
 void init(in string message)

Initialises an exception with the specified detail message. A detail message is a string that describes this particular exception.

Parameters:
message - the detail message


 string getMessage()

Returns the detail message associated with this exception value.

Return:
the detail message for this exception value.