quantities v0.4.2 (2015-03-31T17:00:18Z)
Home
Dub
Repo
DimensionException
quantities
parsing
Exception thrown when operating on two units that are not interconvertible.
class
DimensionException : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this
(string msg, Throwable next, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
quantities
parsing
aliases
NumberParser
classes
DimensionException
ParsingException
structs
Parser
SymbolList
templates
compileTimeParser
Exception thrown when operating on two units that are not interconvertible.