Exception: Rudy::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Rudy::Error
- Defined in:
- lib/rudy.rb
Direct Known Subclasses
AWS::EC2::AddressAssociated, AWS::EC2::AddressNotAssociated, AWS::EC2::ErrorCreatingAddress, AWS::EC2::ErrorCreatingKeyPair, AWS::EC2::InsecureKeyPairPermissions, AWS::EC2::InvalidRegion, AWS::EC2::KeyPairAlreadyDefined, AWS::EC2::KeyPairExists, AWS::EC2::MalformedResponse, AWS::EC2::NoAMI, AWS::EC2::NoAddress, AWS::EC2::NoDevice, AWS::EC2::NoGroup, AWS::EC2::NoInstanceID, AWS::EC2::NoKeyPair, AWS::EC2::NoPrivateKeyFile, AWS::EC2::NoRunningInstances, AWS::EC2::NoVolumeID, AWS::EC2::UnknownAddress, AWS::EC2::UnknownState, AWS::EC2::VolumeAlreadyAttached, AWS::EC2::VolumeNotAttached, AWS::EC2::VolumeNotAvailable, AWS::SDB::ConnectionError, Config::Error, InsecureKeyPermissions, MachineGroupAlreadyRunning, MachineGroupNotDefined, MachineGroupNotRunning, NoConfig, NoGlobal, NoMachinesConfig, NoRoutinesConfig, PrivateKeyFileExists, PrivateKeyNotFound, Routines::NoRoutine, SCM::CannotCreateTag, SCM::DirtyWorkingCopy, SCM::NoRemotePath, SCM::NoRemoteURI, SCM::NotAWorkingCopy, SCM::RemoteError, SCM::TooManyTags, ServiceUnavailable
Instance Method Summary collapse
-
#initialize(obj = nil) ⇒ Error
constructor
A new instance of Error.
- #message ⇒ Object
Constructor Details
#initialize(obj = nil) ⇒ Error
Returns a new instance of Error.
113 |
# File 'lib/rudy.rb', line 113 def initialize(obj=nil); @obj = obj; end |
Instance Method Details
#message ⇒ Object
114 |
# File 'lib/rudy.rb', line 114 def ; "#{self.class}: #{@obj}"; end |