/usr/share/mozart/doc/system/node78.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>25 System Error Formatters: ErrorFormatters</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node77.html#chapter.error"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node79.html#chapter.finalize">Next >></A></TD></TR></TABLE><DIV id="chapter.errorformatters"><H1><A name="chapter.errorformatters">25 System Error Formatters: <CODE>ErrorFormatters</CODE></A></H1><P> This module provides a set of formatters for system componeents. These formatters are registered by the <CODE>Error</CODE> module. The system components handled by this module are the following: </P><DL><DT><CODE>kernel</CODE> <A name="label860"></A></DT><DD><P>is an error formatter for exceptions coming from Kernel Oz, such as type errors. </P></DD><DT><CODE>object</CODE> <A name="label862"></A></DT><DD><P>is an error formatter for exceptions coming from the object system, e. g., inheritance errors. </P></DD><DT><CODE>failure</CODE> <A name="label864"></A></DT><DD><P>is an error formatter for exceptions pertaining to failure (i. e., inconsistent ``tell'' operations on the store). </P></DD><DT><CODE>recordC</CODE> <A name="label866"></A></DT><DD><P>is an error formatter for exceptions coming from the feature constraint system. </P></DD><DT><CODE>system</CODE> <A name="label868"></A></DT><DD><P>is an error formatter for exceptions coming from libraries used for system programming. </P></DD><DT><CODE>ap</CODE> <A name="label870"></A></DT><DD><P>is an error formatter for exceptions coming from libraries used for application programming. </P></DD><DT><CODE>dp</CODE> <A name="label872"></A></DT><DD><P>is an error formatter for exceptions coming from libraries used for distributed programming. </P></DD><DT><CODE>os</CODE> <A name="label874"></A></DT><DD><P>is an error formatter for exceptions coming from the operating system interface. </P></DD><DT><CODE>foreign</CODE> <A name="label876"></A></DT><DD><P>is an error formatter for exceptions coming from foreign function interface. </P></DD><DT><CODE>url</CODE> <A name="label878"></A></DT><DD><P>is an error formatter for exceptions coming from the URL resolving library. </P></DD><DT><CODE>module</CODE> <A name="label880"></A></DT><DD><P>is an error formatter for exceptions coming from the module manager. </P></DD></DL><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node77.html#chapter.error"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node79.html#chapter.finalize">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A> and <A href="http://www.info.ucl.ac.be/~pvr">Peter Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|