|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
org.jvoicexml.event.JVoiceXMLEvent
org.jvoicexml.event.ErrorEvent
org.jvoicexml.event.error.UnsupportedElementError
org.jvoicexml.event.error.UnsupportedLanguageError
public class UnsupportedLanguageError
The platform does not support the language for either speech synthesis or speech recognition.
| Field Summary | |
|---|---|
static String |
ELEMENT
The unsupported element. |
| Constructor Summary | |
|---|---|
UnsupportedLanguageError()
Constructs a new event with the event type as its detail message. |
|
UnsupportedLanguageError(String message)
Constructs a new event with the specified detail message. the given detail message is expanded to the form <EVENT_TYPE>>: <message>. |
|
UnsupportedLanguageError(String message,
Throwable cause)
Constructs a new event with the specified detail message and cause. |
|
UnsupportedLanguageError(Throwable cause)
Constructs a new event with the specified cause and a detail message of (cause==null ? |
|
| Method Summary |
|---|
| Methods inherited from class org.jvoicexml.event.error.UnsupportedElementError |
|---|
getElement, getEventType |
| Methods inherited from class org.jvoicexml.event.JVoiceXMLEvent |
|---|
getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ELEMENT
| Constructor Detail |
|---|
public UnsupportedLanguageError()
The ELEMENT is used to construct the event type.
UnsupportedElementError.getEventType(),
ELEMENTpublic UnsupportedLanguageError(String message)
<EVENT_TYPE>>: <message>.
The cause is not initialized.
The ELEMENT is used to construct the event type.
message - The detail message.UnsupportedElementError.getEventType(),
ELEMENTpublic UnsupportedLanguageError(Throwable cause)
(cause==null ? getEventType() : cause.toString()) (which
typically contains the class and detail message of cause).
The ELEMENT is used to construct the event type.
cause - The cause.UnsupportedElementError.getEventType(),
ELEMENT
public UnsupportedLanguageError(String message,
Throwable cause)
The ELEMENT is used to construct the event type.
message - The detail message.cause - The cause.UnsupportedElementError.getEventType(),
ELEMENT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||