Nick Craig-Wood wrote:
Slaunger <[EMAIL PROTECTED]> wrote:
I will not notice that it was an unanticpated condition
in my own code, which caused the ValueError to be raised.
If I had just inherited from MyError, it would fall through
I'd say if the above code worries you, then MyPar
Slaunger <[EMAIL PROTECTED]> wrote:
> On 17 Nov., 13:05, "Chris Rebert" <[EMAIL PROTECTED]> wrote:
> > On Mon, Nov 17, 2008 at 3:47 AM, Slaunger <[EMAIL PROTECTED]> wrote:
> >
> > > .
> > > Here is my stub-implemented idea on how to do it so far, which is
> > > inspired by how I would have don
On 17 Nov., 13:05, "Chris Rebert" <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 17, 2008 at 3:47 AM, Slaunger <[EMAIL PROTECTED]> wrote:
>
> > .
> > Here is my stub-implemented idea on how to do it so far, which is
> > inspired by how I would have done it in Java (but which may not be
> > very Pytho
On Mon, Nov 17, 2008 at 3:47 AM, Slaunger <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I am a newcomer to Pyhton coming from Java working on a relatively
> large Pyhton project with several packages and modules. To improve
> exception handling I would like to introduce some user-defined
> exceptions
Hi there,
I am a newcomer to Pyhton coming from Java working on a relatively
large Pyhton project with several packages and modules. To improve
exception handling I would like to introduce some user-defined
exceptions to distinguish between exceptions raised in self-written
code as compared to std