Class 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
  • Constructor Details

    • UnresolvablePathException

      public UnresolvablePathException()
    • UnresolvablePathException

      public UnresolvablePathException​(String messageFormat, Object... messageArgs)
    • UnresolvablePathException

      public UnresolvablePathException​(String messageFormat, Throwable cause, Object... messageArgs)
    • UnresolvablePathException

      public UnresolvablePathException​(Throwable cause)