Class DataDomainLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.ConfigurationException
org.apache.cayenne.configuration.runtime.DataDomainLoadException
- All Implemented Interfaces:
Serializable
- Since:
- 3.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataDomainLoadException(String messageFormat, Object... messageArgs) DataDomainLoadException(String messageFormat, Throwable cause, Object... messageArgs) DataDomainLoadException(Throwable cause) DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class CayenneRuntimeException
getExceptionLabel, getMessage, getUnlabeledMessageModifier and TypeMethodDescriptionstatic StringReturns message that includes Cayenne version label and the actual exception message.Returns exception message without Cayenne version label.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataDomainLoadException
public DataDomainLoadException() -
DataDomainLoadException
-
DataDomainLoadException
public DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs) -
DataDomainLoadException
-
DataDomainLoadException
-
-
Method Details
-
getConfigurationTree
-