Module IR.Exceptions
type visibility=|Exn_useralways add to error log
|Exn_developeronly add to error log in developer mode
|Exn_systemnever add to error log
visibility of the exception
val compare_visibility : visibility -> visibility -> int
val equal_visibility : visibility -> visibility -> bool
exceptionAbduction_case_not_implemented of IBase.Logging.ocaml_posexceptionAnalysis_stops of Localise.error_desc * IBase.Logging.ocaml_pos optionexceptionArray_of_pointsto of IBase.Logging.ocaml_posexceptionArray_out_of_bounds_l1 of Localise.error_desc * IBase.Logging.ocaml_posexceptionArray_out_of_bounds_l2 of Localise.error_desc * IBase.Logging.ocaml_posexceptionArray_out_of_bounds_l3 of Localise.error_desc * IBase.Logging.ocaml_posexceptionBad_footprint of IBase.Logging.ocaml_posexceptionBiabd_use_after_free of Localise.error_desc * IBase.Logging.ocaml_posexceptionCannot_star of IBase.Logging.ocaml_posexceptionClass_cast_exception of Localise.error_desc * IBase.Logging.ocaml_posexceptionCodequery of Localise.error_descexceptionComparing_floats_for_equality of Localise.error_desc * IBase.Logging.ocaml_posexceptionCondition_always_true_false of Localise.error_desc * bool * IBase.Logging.ocaml_posexceptionCustom_error of string * Localise.error_descexceptionDummy_exception of Localise.error_descexceptionDangling_pointer_dereference of bool * Localise.error_desc * IBase.Logging.ocaml_posexceptionDeallocate_stack_variable of Localise.error_descexceptionDeallocate_static_memory of Localise.error_descexceptionDeallocation_mismatch of Localise.error_desc * IBase.Logging.ocaml_posexceptionDivide_by_zero of Localise.error_desc * IBase.Logging.ocaml_posexceptionField_not_null_checked of Localise.error_desc * IBase.Logging.ocaml_posexceptionEmpty_vector_access of Localise.error_desc * IBase.Logging.ocaml_posexceptionEradicate of IBase.IssueType.t * Localise.error_descexceptionCheckers of IBase.IssueType.t * Localise.error_descexceptionFrontend_warning of IBase.IssueType.t * Localise.error_desc * IBase.Logging.ocaml_posexceptionInherently_dangerous_function of Localise.error_descexceptionInternal_error of Localise.error_descexceptionJava_runtime_exception of Typ.Name.t * string * Localise.error_descexceptionLeak of bool * visibility * Localise.error_desc * bool * PredSymb.resource * IBase.Logging.ocaml_posexceptionMissing_fld of Fieldname.t * IBase.Logging.ocaml_posexceptionPremature_nil_termination of Localise.error_desc * IBase.Logging.ocaml_posexceptionNull_dereference of Localise.error_desc * IBase.Logging.ocaml_posexceptionNull_test_after_dereference of Localise.error_desc * IBase.Logging.ocaml_posexceptionParameter_not_null_checked of Localise.error_desc * IBase.Logging.ocaml_posexceptionPointer_size_mismatch of Localise.error_desc * IBase.Logging.ocaml_posexceptionPrecondition_not_found of Localise.error_desc * IBase.Logging.ocaml_posexceptionPrecondition_not_met of Localise.error_desc * IBase.Logging.ocaml_posexceptionRetain_cycle of Localise.error_desc * IBase.Logging.ocaml_posexceptionRegistered_observer_being_deallocated of Localise.error_desc * IBase.Logging.ocaml_posexceptionReturn_expression_required of Localise.error_desc * IBase.Logging.ocaml_posexceptionReturn_statement_missing of Localise.error_desc * IBase.Logging.ocaml_posexceptionReturn_value_ignored of Localise.error_desc * IBase.Logging.ocaml_posexceptionSkip_function of Localise.error_descexceptionSkip_pointer_dereference of Localise.error_desc * IBase.Logging.ocaml_posexceptionStack_variable_address_escape of Localise.error_desc * IBase.Logging.ocaml_posexceptionSymexec_memory_error of IBase.Logging.ocaml_posexceptionUnary_minus_applied_to_unsigned_expression of Localise.error_desc * IBase.Logging.ocaml_posexceptionUnknown_procexceptionWrong_argument_number of IBase.Logging.ocaml_pos
val severity_string : severity -> stringstring describing an error kind
val handle_exception : exn -> boolReturn true if the exception is not serious and should be handled in timeout mode
val print_exception_html : string -> exn -> unitprint a description of the exception to the html output
val pp_err : IBase.Location.t -> severity -> IBase.IssueType.t -> Localise.error_desc -> IBase.Logging.ocaml_pos option -> Stdlib.Format.formatter -> unit -> unitpretty print an error
type t={name : IBase.IssueType.t;description : Localise.error_desc;ocaml_pos : IBase.Logging.ocaml_pos option;location in the infer source code
visibility : visibility;severity : severity option;category : err_class;}
val recognize_exception : exn -> t