org.makumba
Class ConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.makumba.MakumbaError
              extended by org.makumba.ConfigurationError
All Implemented Interfaces:
Serializable

public class ConfigurationError
extends MakumbaError

Error thrown if a configuration file is not found or cannot be accessed

See Also:
Serialized Form

Constructor Summary
ConfigurationError(String error)
           
ConfigurationError(Throwable reason, String error)
           
 
Method Summary
 
Methods inherited from class org.makumba.MakumbaError
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationError

public ConfigurationError(Throwable reason,
                          String error)

ConfigurationError

public ConfigurationError(String error)