org.jvoicexml.event.error
Class UnsupportedBuiltinError

java.lang.Object
  extended by java.lang.Throwable
      extended by org.jvoicexml.event.JVoiceXMLEvent
          extended by org.jvoicexml.event.ErrorEvent
              extended by org.jvoicexml.event.error.UnsupportedElementError
                  extended by org.jvoicexml.event.error.UnsupportedBuiltinError
All Implemented Interfaces:
Serializable

public class UnsupportedBuiltinError
extends UnsupportedElementError

The platform does not support a requested builtin type/grammar.

Version:
$Revision: 2596 $
Author:
Dirk Schnelle-Walka
See Also:
Serialized Form

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

ELEMENT

public static final String ELEMENT
The element.

See Also:
Constant Field Values
Constructor Detail

UnsupportedBuiltinError

public UnsupportedBuiltinError()
Constructs a new UnsupportedBuiltinError with the default detail message. The cause is not initialized.


UnsupportedBuiltinError

public UnsupportedBuiltinError(Throwable cause)
Constructs a new UnsupportedBuiltinError with the specified cause and the default detail message.

Parameters:
cause - The cause.

UnsupportedBuiltinError

public UnsupportedBuiltinError(String message,
                               Throwable cause)
Constructs a new UnsupportedBuiltinError with the specified cause and the specified detail message.

Parameters:
message - the detail message
cause - The cause.

UnsupportedBuiltinError

public UnsupportedBuiltinError(String message)
Constructs a new UnsupportedBuiltinError with the specified detail message.

Parameters:
message - the detail message


Copyright © 2005-2010JVoiceXML group.