public class ApiException.UnresolvedPath
extends java.lang.Object
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.
|
public java.lang.String getBasePath()
public java.lang.String getPath()
public java.lang.String getExpectedPath()
public java.lang.String getDescription()