| Class | Description |
|---|---|
| ParsingError |
Holds information about error occurred during parsing a build file
|
| Exception | Description |
|---|---|
| BuildFileParseException |
Thrown if we encounter an unexpected, fatal condition while interacting with the build file
parser.
|
| BuildTargetException |
Base class for exceptions raised when parser is unable to resolve a dependency
|
| MissingBuildFileException |
Thrown when build file is missing for the provided target
|
| NoSuchBuildTargetException |
Thrown when build target definition is missing in corresponding build file
|