Class PathAccessException

All Implemented Interfaces:
Serializable

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

See Also:
  • Constructor Details

  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Throwable