Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Text.CSL.Exception
Documentation
data CiteprocException Source #
Constructors
ErrorParsingReferences String | |
CouldNotFindAbbrevFile String | |
CouldNotFindBibFile String | |
ErrorReadingBibFile String String | |
ErrorReadingBib String | |
ErrorSplittingDate | |
MacroNotFound String | |
DependentStyleHasItselfAsParent String |
Instances
Data CiteprocException Source # | |
Defined in Text.CSL.Exception Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CiteprocException -> c CiteprocException gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CiteprocException toConstr :: CiteprocException -> Constr dataTypeOf :: CiteprocException -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CiteprocException) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CiteprocException) gmapT :: (forall b. Data b => b -> b) -> CiteprocException -> CiteprocException gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CiteprocException -> r gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CiteprocException -> r gmapQ :: (forall d. Data d => d -> u) -> CiteprocException -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> CiteprocException -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> CiteprocException -> m CiteprocException gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CiteprocException -> m CiteprocException gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CiteprocException -> m CiteprocException | |
Show CiteprocException Source # | |
Defined in Text.CSL.Exception Methods showsPrec :: Int -> CiteprocException -> ShowS show :: CiteprocException -> String showList :: [CiteprocException] -> ShowS | |
Exception CiteprocException Source # | |
Defined in Text.CSL.Exception Methods toException :: CiteprocException -> SomeException fromException :: SomeException -> Maybe CiteprocException displayException :: CiteprocException -> String |
renderError :: CiteprocException -> String Source #