[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

Class COM.novell.SVAPI.InsufficientAudioDataException

public class InsufficientAudioDataException extends InvalidUtteranceException

Signals that an utterance does not have enough audio data.



Constructor Index

InsufficientAudioDataException()
Constructs an InsufficientAudioDataException without a detail message.
InsufficientAudioDataException(String)
Constructs an InsufficientAudioDataException with the specified detail message.
InsufficientAudioDataException(String, Throwable)
Constructs an InsufficientAudioDataException with the specified detail message and a nested exception.
InsufficientAudioDataException(String, Throwable, Utterance)
Constructs an InsufficientAudioDataException with the specified detail message, a nested exception and a reference to the utterance in question.


Constructors



InsufficientAudioDataException

public InsufficientAudioDataException()
Constructs an InsufficientAudioDataException without a detail message.


InsufficientAudioDataException

public InsufficientAudioDataException(String s)
Constructs an InsufficientAudioDataException with the specified detail message.


InsufficientAudioDataException

public InsufficientAudioDataException(String s, Throwable e)
Constructs an InsufficientAudioDataException with the specified detail message and a nested exception. The message can be null.


InsufficientAudioDataException

public InsufficientAudioDataException(String s, Throwable e, Utterance u)
Constructs an InsufficientAudioDataException 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.



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com