|
|||||||||
| Home >> All >> org >> objectstyle >> [ cayenne overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.cayenne
Class ConfigException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectstyle.cayenne.CayenneRuntimeException
org.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
ConfigExceptionwithout detail message.
ConfigException
public ConfigException(java.lang.String msg)
- Constructs an
ConfigExceptionwith the specified detail message.
ConfigException
public ConfigException(java.lang.Exception exception)
- Deprecated. use constructor with "Throwbale" parameter
- Constructs an
ConfigExceptionthat wrapsexceptionthrown elsewhere. - Constructs an
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
ConfigExceptionthat wrapsexceptionthrown elsewhere.
ConfigException
public ConfigException(java.lang.String msg, java.lang.Throwable th)
|
|||||||||
| Home >> All >> org >> objectstyle >> [ cayenne overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC