|
JSAPI 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
SpeechException
public class SpeechException
Thrown when a Java Speech API exception occurs.
SpeechException
is the super class of all exceptions
in the javax.speech
packages.
In addition to exceptions that inherit from SpeechException
,
some methods throw other Java Exception
s and Error
s
such as IllegalArgumentException
and SecurityException
.
Exception
,
Error
,
IllegalArgumentException
,
SecurityException
Constructor Summary | |
---|---|
SpeechException()
Constructs a SpeechException with no detail message. |
|
SpeechException(String s)
Constructs a SpeechException with the specified detail message. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SpeechException()
SpeechException
with no detail message.
public SpeechException(String s)
SpeechException
with the specified detail message.
A detail message is a String
that describes
this particular exception.
s
- the detail message
|
JSAPI 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaTM Speech API 2.0,
Final Release v2.0.6.
© 2008, Conversay and Sun Microsystems.