Class PathAccessException

  • All Implemented Interfaces:
    Serializable

    public class PathAccessException
    extends RuntimeException
    Thrown when a path cannot be resolved in a data model.

    See Also:
    Path
    • Method Detail

      • getPathInError

        public Path getPathInError()
        Returns either the path specified in the constructor, or null.
      • getUserMessage

        public UserMessage getUserMessage()
        Returns either the user message specified in the constructor, or null.