comp.lang.ada
 help / color / mirror / Atom feed
From: compguy45@gmail.com
Subject: Re: one task missing during the execution
Date: Thu, 16 Oct 2014 14:25:52 -0700 (PDT)
Date: 2014-10-16T14:25:52-07:00	[thread overview]
Message-ID: <1309af4c-b4f1-46d3-9875-c386f154e4a4@googlegroups.com> (raw)
In-Reply-To: <uxT%v.498721$KL.86990@fx19.am4>

I added...

with Ada.Exceptions;  use Ada.Exceptions;
with Ada.Text_IO;     use Ada.Text_IO;

  exception
 when tasking_error =>
            Put_Line ("Something is wrong here" & Exception_Information (Error));
 when others =>
               put("some other error occurred");

I get error xpected private type "Ada.Exceptions.Exception_Occurrence"
 found type "Ada.Strings.Truncation"
" compilation error

when i just say when tasking_error => "Some error" get compiles fine and prints "some error" which tells me there is tasking error....

is there way to get more information about error?

  reply	other threads:[~2014-10-16 21:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16  3:11 one task missing during the execution compguy45
2014-10-16 14:33 ` Adam Beneschan
2014-10-16 15:31   ` compguy45
2014-10-16 16:08     ` Björn Lundin
2014-10-16 22:16       ` Björn Lundin
2014-10-16 17:48     ` Chris Moore
2014-10-16 21:25       ` compguy45 [this message]
2014-10-16 21:55         ` Dmitry A. Kazakov
2014-10-16 16:59 ` Jacob Sparre Andersen
2014-10-16 17:22   ` compguy45
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox