Class UnresolvablePathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.reflect.UnresolvablePathException
- All Implemented Interfaces:
Serializable
A runtime exception thrown when
PropertyUtils.getProperty() finds that
there is a null value in middle of the resolved path.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnresolvablePathException(String messageFormat, Object... messageArgs) UnresolvablePathException(String messageFormat, Throwable cause, Object... messageArgs) -
Method Summary
Methods 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
-
UnresolvablePathException
public UnresolvablePathException() -
UnresolvablePathException
-
UnresolvablePathException
-
UnresolvablePathException
-