[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.InvalidUtteranceException
public class InvalidUtteranceException extends AudioException
Signals that there was a problem with an utterance. This class is the root of all exceptions that are thrown as a result of a problem with a bad or invalid utterance.
See Also: Utterance
Constructor Index
- InvalidUtteranceException()
- Constructs an InvalidUtteranceException without a detail message.
- InvalidUtteranceException(String)
- Constructs an InvalidUtteranceException with the specified detail message.
- InvalidUtteranceException(String, Throwable)
- Constructs an InvalidUtteranceException with the specified detail message and a nested exception.
- InvalidUtteranceException(String, Throwable, Utterance)
- Constructs an InvalidUtteranceException with the specified detail message, a nested exception and a reference to the utterance in question.
Method Index
- getInvalidUtterance()
- Returns the invalid utterance that caused this exception to be thrown.
Constructors
InvalidUtteranceException
public InvalidUtteranceException()
Constructs an InvalidUtteranceException without a detail message.
InvalidUtteranceException
public InvalidUtteranceException(String s)
Constructs an InvalidUtteranceException with the specified detail message.
InvalidUtteranceException
public InvalidUtteranceException(String s, Throwable e)
Constructs an InvalidUtteranceException with the specified detail message and a nested exception. The message can be null.
InvalidUtteranceException
public InvalidUtteranceException(String s, Throwable e, Utterance u)
Constructs an InvalidUtteranceException with the specified detail message, a nested exception and a reference to the utterance in question. The message can be null. The nested exception can be null.
Methods
getInvalidUtterance
public final Utterance getInvalidUtterance()
Returns the invalid utterance that caused this exception to be thrown. This function may return null.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com