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.VendorDataException

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

public class VendorDataException
extends SpeechException
Signals that a problem has been encountered loading or saving some type of vendor-specific data.

See Also:
readVendorGrammar(java.io.InputStream), readVendorResult(java.io.InputStream), readVendorSpeakerProfile(java.io.InputStream), Serialized Form

Constructor Summary
VendorDataException()
          Construct a VendorDataException with no detail message.
VendorDataException(String s)
          Construct a VendorDataException 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

VendorDataException

public VendorDataException()
Construct a VendorDataException with no detail message.

VendorDataException

public VendorDataException(String s)
Construct a VendorDataException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the 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