public class DataDomainLoadException extends ConfigurationException
Constructor and Description |
---|
DataDomainLoadException() |
DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree,
String messageFormat,
Object... messageArgs) |
DataDomainLoadException(String messageFormat,
Object... messageArgs) |
DataDomainLoadException(String messageFormat,
Throwable cause,
Object... messageArgs) |
DataDomainLoadException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ConfigurationTree<DataChannelDescriptor> |
getConfigurationTree() |
getMessage, getUnlabeledMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataDomainLoadException()
public DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs)
public DataDomainLoadException(Throwable cause)
public ConfigurationTree<DataChannelDescriptor> getConfigurationTree()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.