class

Kozai::TLE::ParseError

Inherits Kozai::Error < Exception < Reference < Object

Raised when a two-line element set cannot be parsed.

Carries the offending line and, where the failure is localised to one field, the 1-based column at which parsing gave up. Both are useful when the input is a catalogue file of several thousand lines.

Constructors

new(message : String, line : String | Nil = nil, column : Int32 | Nil = nil)
Source

Instance methods

column

1-based column the failure was localised to, if any.

Source
line

The line that failed to parse, as given.

Source