Package com.sun.speech.freetts
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.speech.freetts.ValidationException
- All Implemented Interfaces:
Serializable
Thrown by a Validator if any errors
are encountered while validating.
- 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
-
ValidationException
Class constructor.- Parameters:
s
- the reason why the exception was thrown
-