Class javax.speech.SpeechError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--javax.speech.SpeechError
- Subclasses:
- EngineStateError, ResultStateError
- public class SpeechError
- extends Error
Signals that an error has occurred in the javax.speech package.
SpeechError
is the super class of all errors in
the Java Speech API.
- See Also:
- SpeechException, Serialized Form
Constructor Summary
|
SpeechError(String s)
Constructs a SpeechException with a detail message. |
SpeechError()
Empty constructor for SpeechException with no detail message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
SpeechError
public SpeechError(String s)
- Constructs a
SpeechException
with a detail message.
- Parameters:
s
- the detail message
SpeechError
public SpeechError()
- Empty constructor for
SpeechException
with no detail message.
- Parameters:
s
- the detail message
JavaTM Speech API
Copyright 1997-1998 Sun Microsystems, Inc. All rights reserved
Send comments to javaspeech-comments@sun.com