module Crystime::Errors
Overview
Group of module-level methods that return common Error objects for use in raise
.
This method of doing it is just a convenience at the moment; it may be changed to
something else in the future.
Defined in:
crystime/errors.crClass Method Summary
-
.cant_materialize(text = nil)
Error when VT can't be materialized due to some values being non-materializable.
-
.exclusive_range_comparison(text = nil)
Error when trying to compare dates whose start/end times are not part of range.
-
.incorrect_input(text = nil)
Error for incorrect input.
-
.invalid_jd(text = nil)
Error when unable to parse Julian Day Number.
-
.invalid_yaml_input(text = nil)
Error for incorrect YAML input.
-
.no_comparator(a, b)
Error for nonexistent comparator between types.
-
.unsupported_comparison(text = nil)
Error when trying to compare uncomparable types.
-
.virtual_comparison(text = nil)
Error when trying to compare partial VirtualTimes.
Class Method Detail
Error when VT can't be materialized due to some values being non-materializable.
Error when trying to compare dates whose start/end times are not part of range.