Searched refs:UserError (Results 1 – 6 of 6) sorted by relevance
29 raise SCons.Errors.UserError("Can't read source file %s"%sourcefile)37 raise SCons.Errors.UserError("Can't write target file %s"%targetfile)42 raise SCons.Errors.UserError("SubstInFile requires SUBST_DICT to be set.")50 … raise SCons.Errors.UserError("SubstInFile: key %s: %s must be a string or callable"%(k, repr(v)))
35 class UserError(Error): class107 class ConfigurationValueError(UserError):
92 raise exceptions.UserError('Unknown output format: %s' % output_format)
309 raise exceptions.UserError('Must provide client or http.')660 raise exceptions.UserError((825 raise exceptions.UserError(828 raise exceptions.UserError('Must provide client or http.')
41 from SCons.Errors import UserError180 raise UserError('Building an AArch64 simulator implies that VIXL targets '203 raise UserError('Invalid value for option {name}: {value}. '218 raise UserError('Invalid value for %s: %s' % (name, value))304 raise UserError('Building VIXL for AArch64 in 32-bit is not supported. Set '
86 …raise SCons.Errors.UserError("A shared library should have exactly one target with the suffix: %s"…