org.openanzo.glitter.exception
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.glitter.exception.GlitterException
              extended by org.openanzo.glitter.exception.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends GlitterException

The Glitter Engine throws this exception if it is unable to access or instantiate any of the classes referenced in an EngineConfig.

Author:
lee
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Parameters:
cause - The underlying cause of the configuration exception.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.