Exception: Condor::ExecutePermissionException
- Inherits:
-
ExecutableException
- Object
- Exception
- ExecutableException
- Condor::ExecutePermissionException
- Defined in:
- lib/condor.rb
Overview
Exception thrown by SubmitFile when the specified program does not have executable permissions set.
Instance Attribute Summary
Attributes inherited from ExecutableException
Instance Method Summary collapse
-
#initialize(executable) ⇒ ExecutePermissionException
constructor
A new instance of ExecutePermissionException.
Constructor Details
#initialize(executable) ⇒ ExecutePermissionException
Returns a new instance of ExecutePermissionException.
70 71 72 |
# File 'lib/condor.rb', line 70 def initialize(executable) super(executable, "Program '#{executable}' is not executable.") end |