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.synthesis.JSMLException

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

public class JSMLException
extends SpeechException
Thrown if a syntax problem is found with text in the marked up with the Java Speech Markup Language.

The exception message is a printable string.

See Also:
Serialized Form

Constructor Summary
JSMLException()
          Constructs a JSMLException with no detail message.
JSMLException(String s)
          Constructs a JSMLException with the specified 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

JSMLException

public JSMLException()
Constructs a JSMLException with no detail message.

JSMLException

public JSMLException(String s)
Constructs a JSMLException with the specified detail message.

Parameters:
s - a printable detail message

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