throwable-exceptions-0.1.0.3: throwable-exceptions gives the exception's value constructors

Safe HaskellSafe
LanguageHaskell2010

Control.Exception.Throwable

Synopsis

Documentation

ioException' :: String -> IOException' () Source #

A constructor for IOException' but doesn't take the clue

illegalArgumentException :: String -> IllegalArgumentException () Source #

A constructor for IllegalArgumentException but doesn't take the clue

data GeneralException a Source #

An other of these exceptions

Constructors

GeneralException 

Fields

generalException :: String -> String -> GeneralException () Source #

A constructor for GeneralException but doesn't take the clue

indexOutOfBoundsException :: String -> IndexOutOfBoundsException () Source #

A constructor for IndexOutOfBoundsException but doesn't take the clue