org.ourgrid.common.config
Class ConfigurationInstantiationRunTimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ourgrid.common.config.ConfigurationInstantiationRunTimeException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationInstantiationRunTimeException
extends java.lang.RuntimeException

This class represent any error ocurred at the instantiation of a Configuration.

See Also:
Serialized Form

Constructor Summary
ConfigurationInstantiationRunTimeException()
          Constructor
 
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

ConfigurationInstantiationRunTimeException

public ConfigurationInstantiationRunTimeException()
Constructor