|
||||||||||
| 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.UnsupportedBuiltinError
public class UnsupportedBuiltinError
The platform does not support a requested builtin type/grammar.
| Field Summary | |
|---|---|
static String |
ELEMENT
The element. |
| Constructor Summary | |
|---|---|
UnsupportedBuiltinError()
Constructs a new UnsupportedBuiltinError with the default detail message. |
|
UnsupportedBuiltinError(String message)
Constructs a new UnsupportedBuiltinError with the specified detail message. |
|
UnsupportedBuiltinError(String message,
Throwable cause)
Constructs a new UnsupportedBuiltinError with the specified cause and the specified detail message. |
|
UnsupportedBuiltinError(Throwable cause)
Constructs a new UnsupportedBuiltinError with the specified cause and the default detail message. |
|
| 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 UnsupportedBuiltinError()
public UnsupportedBuiltinError(Throwable cause)
cause - The cause.
public UnsupportedBuiltinError(String message,
Throwable cause)
message - the detail messagecause - The cause.public UnsupportedBuiltinError(String message)
message - the detail message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||