package saker.build.exception
Package containing various exception classes that are related to the build system and its services.
ScriptPositionStackTraceElement in ScriptPositionedExceptionView | Data class holding information of a script trace element. |
ScriptPositionedExceptionView | ExceptionView subclass that holds invormation about the script trace of the exceptions. |
TaskIdentifierExceptionView | ExceptionView subclass that holds task identifier information for the corresponding exceptions. |
BuildExecutionFailedException | Exception for signaling that the build execution failed. |
BuildTargetNotFoundException | A build target was not found in a given context. |
FileMirroringUnavailableException | Thrown when a file mirroring request couldn't be satisfied due to the mirror directory not being available. |
InvalidFileTypeException | Exception representing a scenario when the expected, and actual type of a given file doesn't equal. |
InvalidPathFormatException | Thrown when a path or path name is not in the expected format. |
MissingConfigurationException | Exception thrown when a feature required by a task is not available due to missing configuration by the user. |
PropertyComputationFailedException | Exception type thrown when a property in the build system is failed to compute properly. |
UnexpectedBuildSystemError | Exception for signaling that the build system caught an exception that should not happen under normal circumstances. |