com.ibm.broker.rest

Class ApiException.UnresolvedPath

  • java.lang.Object
    • com.ibm.broker.rest.ApiException.UnresolvedPath
  • Enclosing class:
    ApiException


    public class ApiException.UnresolvedPath
    extends java.lang.Object
    A class that represents a file that could not be resolved whilst loading an API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getBasePath()
      Get the path to the file that is trying to resolve another file.
      java.lang.String getDescription()
      Get a description of the file that needs to be resolved.
      java.lang.String getExpectedPath()
      Get the expected location of the file that needs to be resolved.
      java.lang.String getPath()
      Get the path to the file that needs to be resolved.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBasePath

        public java.lang.String getBasePath()
        Get the path to the file that is trying to resolve another file.
        Returns:
        the path to the file.
      • getPath

        public java.lang.String getPath()
        Get the path to the file that needs to be resolved.
        Returns:
        the path to the file.
      • getExpectedPath

        public java.lang.String getExpectedPath()
        Get the expected location of the file that needs to be resolved.
        Returns:
        the path to the file, or null if no expected path is available.
      • getDescription

        public java.lang.String getDescription()
        Get a description of the file that needs to be resolved.
        Returns:
        the description of the file, or null if no description is available.