org.jvoicexml
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvoicexml.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends Exception

Error configuring a component.

Since:
0.7.4
Version:
$Revision: 2493 $
Author:
Dirk Schnelle-Walka
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Constructs a new object.
ConfigurationException(String message)
          Constructs a new object with the specified detail message.
ConfigurationException(String message, Throwable cause)
          Constructs a new event with the specified detail message and cause.
ConfigurationException(Throwable cause)
          Constructs a new object with the specified cause and a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Constructs a new object. The cause is not initialized.


ConfigurationException

public ConfigurationException(String message)
Constructs a new object with the specified detail message. The cause is not initialized.

Parameters:
message - The detail message.

ConfigurationException

public ConfigurationException(Throwable cause)
Constructs a new object with the specified cause and a detail message.

Parameters:
cause - The cause.

ConfigurationException

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

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


Copyright © 2005-2010JVoiceXML group.