Lines Matching refs:ThrowConjureException
129 #define ThrowConjureException(asperity,tag,option) \ in ConjureImageCommand() macro
181 ThrowConjureException(ResourceLimitError,"MemoryAllocationFailed", in ConjureImageCommand()
199 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand()
202 ThrowConjureException(OptionError,"UnrecognizedEventType", in ConjureImageCommand()
213 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand()
234 ThrowConjureException(OptionError,"MissingLogFormat",option); in ConjureImageCommand()
251 ThrowConjureException(OptionError,"MissingArgument",option); in ConjureImageCommand()
273 ThrowConjureException(ImageError,"UnableToPersistKey",option); in ConjureImageCommand()
283 ThrowConjureException(ImageError,"UnableToPersistKey",argv[i]); in ConjureImageCommand()
293 ThrowConjureException(OptionError,"MissingAnImageFilename",argv[i]); in ConjureImageCommand()
295 ThrowConjureException(OptionError,"MissingAnImageFilename",argv[argc-1]); in ConjureImageCommand()