Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne
Class ConfigException  view ConfigException download ConfigException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectstyle.cayenne.CayenneRuntimeException
                  extended byorg.objectstyle.cayenne.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends CayenneRuntimeException

A ConfigException is a runtime exception thrown on failures in Cayenne configuration.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.objectstyle.cayenne.CayenneRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConfigException()
          Creates new ConfigException without detail message.
ConfigException(java.lang.Exception exception)
          Deprecated. use constructor with "Throwbale" parameter
ConfigException(java.lang.String msg)
          Constructs an ConfigException with the specified detail message.
ConfigException(java.lang.String msg, java.lang.Exception exception)
          Deprecated. use constructor with "Throwbale" parameter
ConfigException(java.lang.String msg, java.lang.Throwable th)
           
ConfigException(java.lang.Throwable th)
          Constructs an ConfigException that wraps exception thrown elsewhere.
 
Methods inherited from class org.objectstyle.cayenne.CayenneRuntimeException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

ConfigException

public ConfigException()
Creates new ConfigException without detail message.


ConfigException

public ConfigException(java.lang.String msg)
Constructs an ConfigException with the specified detail message.


ConfigException

public ConfigException(java.lang.Exception exception)
Deprecated. use constructor with "Throwbale" parameter

Constructs an ConfigException that wraps exception thrown elsewhere.


ConfigException

public ConfigException(java.lang.String msg,
                       java.lang.Exception exception)
Deprecated. use constructor with "Throwbale" parameter


ConfigException

public ConfigException(java.lang.Throwable th)
Constructs an ConfigException that wraps exception thrown elsewhere.


ConfigException

public ConfigException(java.lang.String msg,
                       java.lang.Throwable th)