X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FcicParser.mli;h=048df36a360dbe3898f8be1b37bbe9b0070c2571;hb=6912a028bef118d8e9d7c2847200510a9b055c6a;hp=a965cf2626b06eff6127ad66e8a91b62fc30b149;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/ocaml/cic/cicParser.mli b/helm/ocaml/cic/cicParser.mli index a965cf262..048df36a3 100644 --- a/helm/ocaml/cic/cicParser.mli +++ b/helm/ocaml/cic/cicParser.mli @@ -36,6 +36,14 @@ (* *) (******************************************************************************) + (** raised for exception received by the getter (i.e. embedded in the source + * XML document). Arguments are values of "helm:exception" and + * "helm:exception_arg" attributes *) +exception Getter_failure of string * string + + (** generic parser failure *) +exception Parser_failure of string + (* given the filename of an xml file of a cic object, it returns *) (* its internal annotated representation. In the case of constants (whose *) (* type is splitted from the body), a second xml file (for the body) must be *)