com.hammurapi.config.runtime
Interface ConfigurationExceptionListener


public interface ConfigurationExceptionListener

Listens for configuration exceptions during parallel initialization/destruction.

Author:
Pavel Vlasov

Method Summary
 void onException(ConfigurationException e)
          Invoked in the case of exception.
 

Method Detail

onException

void onException(ConfigurationException e)
Invoked in the case of exception.

Parameters:
e -