| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.enableit.db.darrt.ConfigurationException
Represents a misconfiguration of the DARRT library.
| Constructor Summary | |
ConfigurationException()
Default Constructor.  | 
|
ConfigurationException(java.lang.String message)
Constructor allowing specification of a message.  | 
|
ConfigurationException(java.lang.String message,
                       java.lang.Exception e)
Constructor allowing specification of a message.  | 
|
| 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 | 
public ConfigurationException()
public ConfigurationException(java.lang.String message)
message - A message explaining what caused the exception.
public ConfigurationException(java.lang.String message,
                              java.lang.Exception e)
message - A message explaining what caused the exception.
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||