Skip to Content
Perl To Python Migration
book

Perl To Python Migration

by Martin C. Brown
November 2001
Beginner
320 pages
5h 53m
English
Pearson Business
Content preview from Perl To Python Migration

THE EXCEPTION SYSTEM

We'll be looking at the specifics of the exception system shortly, but before we do that keep in mind the following:

  • Exceptions are used throughout Python – during the parsing process of a Python script, any faults in the syntax are highlighted by raising a SyntaxError exception. Exceptions in Python are not a bolt-on feature, they are used by the interpreter itself as a way of highlighting problems.

  • Exceptions are classes – all exceptions are based on the Exception class and follow a strict hierarchy. This allows you to trap a general exception such as ArithmeticError, or a more specific problem such as ZeroDivisionError.

  • Exceptions are “dumb” – exceptions can pass objects and error information, they are simply a semaphore ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Perl in a Nutshell

Perl in a Nutshell

Nathan Patwardhan, Ellen Siever, Stephen Spainhour
Perl by Example

Perl by Example

Ellie Quigley
Perl Hacks

Perl Hacks

Chromatic, Damian Conway, Curtis Ovid Poe, Curtis (Ovid) Poe

Publisher Resources

ISBN: 0201734885Purchase book