Text.CSL.Exception
data CiteprocException Source #
Constructors
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 Source #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CiteprocException Source #
toConstr :: CiteprocException -> Constr Source #
dataTypeOf :: CiteprocException -> DataType Source #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CiteprocException) Source #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CiteprocException) Source #
gmapT :: (forall b. Data b => b -> b) -> CiteprocException -> CiteprocException Source #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CiteprocException -> r Source #
gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CiteprocException -> r Source #
gmapQ :: (forall d. Data d => d -> u) -> CiteprocException -> [u] Source #
gmapQi :: Int -> (forall d. Data d => d -> u) -> CiteprocException -> u Source #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> CiteprocException -> m CiteprocException Source #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CiteprocException -> m CiteprocException Source #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CiteprocException -> m CiteprocException Source #
showsPrec :: Int -> CiteprocException -> ShowS Source #
show :: CiteprocException -> String Source #
showList :: [CiteprocException] -> ShowS Source #
toException :: CiteprocException -> SomeException Source #
fromException :: SomeException -> Maybe CiteprocException Source #
displayException :: CiteprocException -> String Source #
renderError :: CiteprocException -> String Source #