org.apache.cayenne.reflect
Class UnresolvablePathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cayenne.CayenneRuntimeException
                  extended by org.apache.cayenne.reflect.UnresolvablePathException
All Implemented Interfaces:
java.io.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

Constructor Summary
UnresolvablePathException()
           
UnresolvablePathException(java.lang.String messageFormat, java.lang.Object... messageArgs)
           
UnresolvablePathException(java.lang.String messageFormat, java.lang.Throwable cause, java.lang.Object... messageArgs)
           
UnresolvablePathException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.cayenne.CayenneRuntimeException
getMessage, getUnlabeledMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnresolvablePathException

public UnresolvablePathException()

UnresolvablePathException

public UnresolvablePathException(java.lang.String messageFormat,
                                 java.lang.Object... messageArgs)

UnresolvablePathException

public UnresolvablePathException(java.lang.String messageFormat,
                                 java.lang.Throwable cause,
                                 java.lang.Object... messageArgs)

UnresolvablePathException

public UnresolvablePathException(java.lang.Throwable cause)


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.