org.apache.cayenne.reflect
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
public class UnresolvablePathException
- extends CayenneRuntimeException
A runtime exception thrown when PropertyUtils.getProperty()
finds that
there is a null value in middle of the resolved path.
- See Also:
- Serialized Form
UnresolvablePathException
public UnresolvablePathException()
UnresolvablePathException
public UnresolvablePathException(String messageFormat,
Object... messageArgs)
UnresolvablePathException
public UnresolvablePathException(String messageFormat,
Throwable cause,
Object... messageArgs)
UnresolvablePathException
public UnresolvablePathException(Throwable cause)
Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.