d-open-location-code ~master (2020-01-08T13:28:52Z)
Dub
Repo
OLCFormatException
openlocationcode
Thrown in methods validating a user input string code.
@
safe
class
OLCFormatException : Exception {
this
(
string
msg
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
,
Throwable
nextInChain
=
null
)
;
}
Constructors
this
this
(
string
msg
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
,
Throwable
nextInChain
=
null
)
Meta
Source
See Implementation
openlocationcode
classes
OLCFormatException
functions
isFullCode
isFullUppercaseCode
isShortCode
isShortUppercaseCode
isValidCode
isValidCodeLength
isValidUppercaseCode
manifest constants
codePrecisionNormal
maxDigitCount
maxOLCLength
paddingCharacter
separator
static variables
codeAlphabet
structs
OpenLocationCode
OpenLocationCodeArea
Thrown in methods validating a user input string code.