Exception: NMatrix::IO::Matlab::Mat5Reader::ElementDataIOError
- Defined in:
- lib/nmatrix/io/mat5_reader.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#tag ⇒ Object
readonly
Returns the value of attribute tag.
Instance Method Summary collapse
-
#initialize(tag = nil, msg = nil) ⇒ ElementDataIOError
constructor
A new instance of ElementDataIOError.
- #to_s ⇒ Object
Constructor Details
#initialize(tag = nil, msg = nil) ⇒ ElementDataIOError
Returns a new instance of ElementDataIOError.
488 489 490 491 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 488 def initialize(tag = nil, msg = nil) @tag = tag super msg end |
Instance Attribute Details
#tag ⇒ Object (readonly)
Returns the value of attribute tag.
486 487 488 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 486 def tag @tag end |
Instance Method Details
#to_s ⇒ Object
493 494 495 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 493 def to_s @tag.inspect + "\n" + super end |