|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.project.ProjectException
public class ProjectException
Runtime exception thrown on various errors within project model.
Constructor Summary | |
---|---|
ProjectException()
Constructor for ProjectException. |
|
ProjectException(java.lang.String msg)
Constructor for ProjectException. |
|
ProjectException(java.lang.String msg,
java.lang.Throwable th)
Constructor for ProjectException. |
|
ProjectException(java.lang.Throwable th)
Constructor for ProjectException. |
Method Summary |
---|
Methods inherited from class org.apache.cayenne.CayenneRuntimeException |
---|
getMessage, getUnlabeledMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 |
---|
public ProjectException()
public ProjectException(java.lang.String msg)
public ProjectException(java.lang.Throwable th)
public ProjectException(java.lang.String msg, java.lang.Throwable th)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |