Copyright | (C) 2016 Jason Johnson |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Jason Johnson <jason.johnson.081@gmail.com> |
Stability | experimental |
Portability | TBD |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Exceptions defined by this library.
Synopsis
Types
data DayRequiredException Source #
Day is required for parse pattern
Instances
Exception DayRequiredException Source # | |
Show DayRequiredException Source # | |
Defined in Data.HodaTime.Exceptions showsPrec :: Int -> DayRequiredException -> ShowS # show :: DayRequiredException -> String # showList :: [DayRequiredException] -> ShowS # |
data MonthRequiredException Source #
Month is required for parse pattern
Instances
Exception MonthRequiredException Source # | |
Show MonthRequiredException Source # | |
Defined in Data.HodaTime.Exceptions showsPrec :: Int -> MonthRequiredException -> ShowS # show :: MonthRequiredException -> String # showList :: [MonthRequiredException] -> ShowS # |
data YearRequiredException Source #
Year is required for parse pattern
Instances
Exception YearRequiredException Source # | |
Show YearRequiredException Source # | |
Defined in Data.HodaTime.Exceptions showsPrec :: Int -> YearRequiredException -> ShowS # show :: YearRequiredException -> String # showList :: [YearRequiredException] -> ShowS # |