public class UnresolvablePathException extends CayenneRuntimeException
PropertyUtils.getProperty() finds that
 there is a null value in middle of the resolved path.| Constructor and Description | 
|---|
| UnresolvablePathException() | 
| UnresolvablePathException(String messageFormat,
                         Object... messageArgs) | 
| UnresolvablePathException(String messageFormat,
                         Throwable cause,
                         Object... messageArgs) | 
| UnresolvablePathException(Throwable cause) | 
getMessage, getUnlabeledMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnresolvablePathException()
public UnresolvablePathException(String messageFormat, Object... messageArgs)
public UnresolvablePathException(String messageFormat, Throwable cause, Object... messageArgs)
public UnresolvablePathException(Throwable cause)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.