Python handles exceptions

Source: Internet
Author: User
Tags terminates

Python's exception handling capability is powerful, providing users with accurate feedback on error messages. In Python, an exception is also an object that can be manipulated. All exceptions are members of the base class exception. All exceptions are inherited from the base class exception and are defined in the Exceptions module. Python automatically places all exception names in the built-in namespace, so the program does not have to import the exceptions module to use exceptions. Once thrown and not caught Systemexit exception, program execution terminates. If the interactive session encounters an Systemexit exception that is not caught, the session terminates.


Try

do Sth

Except Exception,ex:

Print Exception (ex)



This article is from "Daily blog" blog, please be sure to keep this source http://369061110.blog.51cto.com/2939487/1580871

Python handles exceptions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.