Exception: AdLint::InvalidMessageFormatError
- Defined in:
- lib/adlint/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(msg_id, loc = nil) ⇒ InvalidMessageFormatError
constructor
A new instance of InvalidMessageFormatError.
- #message_name ⇒ Object
Constructor Details
#initialize(msg_id, loc = nil) ⇒ InvalidMessageFormatError
Returns a new instance of InvalidMessageFormatError.
121 122 123 |
# File 'lib/adlint/error.rb', line 121 def initialize(msg_id, loc = nil) super(msg_id., loc, msg_id.package_name, msg_id.) end |
Instance Method Details
#message_name ⇒ Object
125 126 127 |
# File 'lib/adlint/error.rb', line 125 def :X0004 end |