throwable-exceptions-0.1.0.8: throwable-exceptions gives the easy way to throw exceptions

Safe HaskellNone
LanguageHaskell2010

Control.Exception.Throwable

Description

The mostly exceptions has the field for its cause, and its clue.

The cause is the message.

The clue is some stuff for find bugs, the clue can be omitted if you don't need it. (e.g. ioException', illegalArgumentException)

Synopsis

Documentation

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