Class javax.speech.AudioException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.speech.SpeechException
|
+--javax.speech.AudioException
- public class AudioException
- extends SpeechException
Problem encountered connecting audio to/from a speech engine.
- See Also:
- Serialized Form
Constructor Summary
|
AudioException()
Constructs a AudioException with no detail message. |
AudioException(String s)
Construct an AudioException with the specified detail message.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
AudioException
public AudioException()
- Constructs a
AudioException
with no detail message.
AudioException
public AudioException(String s)
- Construct an
AudioException
with the specified detail message.
The string describes this particular exception.
- Parameters:
s
- the detail message
JavaTM Speech API
Copyright 1997-1998 Sun Microsystems, Inc. All rights reserved
Send comments to javaspeech-comments@sun.com