Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tibco.ep.testing.framework.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends Exception

Configuration exception

This exception is thrown in the following cases :

  • Load failure - for example file not found or syntax error in file
  • Activate failure - for example configuration not loaded
  • Deactivate failure - for example configuration not active
  • Remove failure - for example configuration not deactivated
See Also: