summaryrefslogtreecommitdiff
path: root/buildstream/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* documentation: Set page titles manually in python modules.Tristan Van Berkom2017-08-311-0/+4
* exceptions.py: Added LoadErrorReason.UNSUPPORTED_PROJECTTristan Van Berkom2017-08-301-0/+3
* exceptions.py: Added new LoadErrorReason INVALID_VARIANTTristan Van Berkom2017-07-171-2/+6
* Move ArtifactError to exceptions.pyJürg Billeter2017-07-141-0/+4
* Introduce base (internal) Exception class _BstErrorTristan Van Berkom2017-02-161-14/+24
* exceptions.py: Documentation fixesTristan Van Berkom2017-01-161-3/+2
* exceptions.py: Added _ALL_EXCEPTIONSTristan Van Berkom2017-01-121-0/+8
* exceptions.py: Adding LoadErrorReason.UNRESOLVED_VARIABLETristan Van Berkom2017-01-061-0/+6
* Simplify exceptions a bitTristan Van Berkom2016-12-181-15/+9
* Renamed ProgramNotFound -> ProgramNotFoundErrorTristan Van Berkom2016-12-171-1/+1
* Adding in basic sandbox interface classAndrew Leeming2016-12-151-0/+11
* Added ImplError for faulty pluginsTristan Van Berkom2016-12-131-0/+5
* Added FetchError exception to raise when a Source could not be fetched.Tristan Van Berkom2016-12-131-0/+11
* Added PreflightError exceptionTristan Van Berkom2016-12-131-0/+12
* pep8 fixes in exceptions.pyTristan Van Berkom2016-12-101-0/+3
* exceptions: Added LoadErrorReasonTristan Van Berkom2016-11-281-2/+38
* Moved YAML dictionary loading to utils.pyTristan Van Berkom2016-11-151-5/+3
* Rename InvocationContext -> ContextTristan Van Berkom2016-11-141-1/+1
* Raise new ContextError when configuration file is not foundTristan Van Berkom2016-11-141-1/+10
* Adding exceptions.pyTristan Van Berkom2016-11-121-0/+28