Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class javax.speech.EngineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.speech.SpeechException
                    |
                    +--javax.speech.EngineException

public class EngineException
extends SpeechException
Signals that an error occurred while trying to create or access a speech synthesis engine, speech recognition engine or EngineCentral object.

See Also:
Serialized Form

Constructor Summary
EngineException()
          Construct an EngineException with no detail message.
EngineException(String s)
          Construct an EngineException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

EngineException

public EngineException()
Construct an EngineException with no detail message.

EngineException

public EngineException(String s)
Construct an EngineException with a detail message. A detail message is a String that describes this particular exception.

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

JavaTM Speech API
Copyright 1997-1998 Sun Microsystems, Inc. All rights reserved
Send comments to javaspeech-comments@sun.com