org.drupal.project.computing
Class DConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drupal.project.computing.DConfigException
All Implemented Interfaces:
java.io.Serializable

public class DConfigException
extends java.lang.Exception

Throws when there's configuration exception.

See Also:
Serialized Form

Constructor Summary
DConfigException()
           
DConfigException(java.lang.String s)
           
DConfigException(java.lang.String s, java.lang.Throwable throwable)
           
DConfigException(java.lang.Throwable throwable)
           
 
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

DConfigException

public DConfigException()

DConfigException

public DConfigException(java.lang.String s)

DConfigException

public DConfigException(java.lang.String s,
                        java.lang.Throwable throwable)

DConfigException

public DConfigException(java.lang.Throwable throwable)