Package com.sun.speech.freetts
Class ProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.speech.freetts.ProcessException
- All Implemented Interfaces:
Serializable
Thrown by an UtteranceProcessor if any errors
are encountered while processing an Utterance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessException
Class constructor.- Parameters:
s
- the reason why the exception was thrown
-