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()
- Creates new NullInPathException without detail message.
UnresolvablePathException
public UnresolvablePathException(String msg)
- Constructs a NullInPathException with the specified detail message.
- Parameters:
msg
- the detail message.
UnresolvablePathException
public UnresolvablePathException(Throwable th)
- Constructs a NullInPathException that wraps a
Throwable
thrown
elsewhere.
UnresolvablePathException
public UnresolvablePathException(String msg,
Throwable th)
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.