Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 70ec89744a04da80369b4702b2c37256 > files > 309

ghc-doc-6.10.4-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Control.OldException</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Control.OldException</DIV
><DIV CLASS="mini-synopsis"
><H1
>The Exception type
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Control-OldException.html#t%3AException" TARGET="main"
>Exception</A
> </DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Control-OldException.html#t%3AIOException" TARGET="main"
>IOException</A
> </DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Control-OldException.html#t%3AArithException" TARGET="main"
>ArithException</A
> </DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Control-OldException.html#t%3AArrayException" TARGET="main"
>ArrayException</A
> </DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Control-OldException.html#t%3AAsyncException" TARGET="main"
>AsyncException</A
> </DIV
> <H1
>Throwing exceptions
</H1
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AthrowIO" TARGET="main"
>throwIO</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Athrow" TARGET="main"
>throw</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AioError" TARGET="main"
>ioError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AthrowTo" TARGET="main"
>throwTo</A
></DIV
> <H1
>Catching Exceptions
</H1
>  <H2
>The <TT
>catch</TT
> functions
</H2
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Acatch" TARGET="main"
>catch</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AcatchJust" TARGET="main"
>catchJust</A
></DIV
> <H2
>The <TT
>handle</TT
> functions
</H2
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Ahandle" TARGET="main"
>handle</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AhandleJust" TARGET="main"
>handleJust</A
></DIV
> <H2
>The <TT
>try</TT
> functions
</H2
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Atry" TARGET="main"
>try</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AtryJust" TARGET="main"
>tryJust</A
></DIV
> <H2
>The <TT
>evaluate</TT
> function
</H2
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Aevaluate" TARGET="main"
>evaluate</A
></DIV
> <H2
>The <TT
>mapException</TT
> function
</H2
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AmapException" TARGET="main"
>mapException</A
></DIV
> <H2
>Exception predicates
</H2
>  <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AioErrors" TARGET="main"
>ioErrors</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AarithExceptions" TARGET="main"
>arithExceptions</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AerrorCalls" TARGET="main"
>errorCalls</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AdynExceptions" TARGET="main"
>dynExceptions</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Aassertions" TARGET="main"
>assertions</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AasyncExceptions" TARGET="main"
>asyncExceptions</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AuserErrors" TARGET="main"
>userErrors</A
></DIV
> <H1
>Dynamic exceptions
</H1
>  <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AthrowDyn" TARGET="main"
>throwDyn</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AthrowDynTo" TARGET="main"
>throwDynTo</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AcatchDyn" TARGET="main"
>catchDyn</A
></DIV
> <H1
>Asynchronous Exceptions
</H1
>  <H2
>Asynchronous exception control
</H2
>  <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Ablock" TARGET="main"
>block</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Aunblock" TARGET="main"
>unblock</A
></DIV
> <H3
>Applying <TT
>block</TT
> to an exception handler
</H3
>  <H3
>Interruptible operations
</H3
>  <H1
>Assertions
</H1
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Aassert" TARGET="main"
>assert</A
></DIV
> <H1
>Utilities
</H1
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Abracket" TARGET="main"
>bracket</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Abracket_" TARGET="main"
>bracket_</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AbracketOnError" TARGET="main"
>bracketOnError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3Afinally" TARGET="main"
>finally</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AsetUncaughtExceptionHandler" TARGET="main"
>setUncaughtExceptionHandler</A
></DIV
> <DIV CLASS="decl"
><A HREF="Control-OldException.html#v%3AgetUncaughtExceptionHandler" TARGET="main"
>getUncaughtExceptionHandler</A
></DIV
></DIV
></DIV
></BODY
></HTML
>