public abstract class ApiException
extends java.lang.Exception
Api
interface for all errors encountered when loading
API descriptions from files or URLs.Modifier and Type | Class and Description |
---|---|
class |
ApiException.UnresolvedPath
A class that represents a file that could not be resolved whilst loading an API.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ApiException.UnresolvedPath> |
getUnresolvedPaths()
Get the list of files that could not be resolved whilst loading an API.
|
public java.util.List<ApiException.UnresolvedPath> getUnresolvedPaths()