Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6015257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:48:36+00:00 2026-05-23T02:48:36+00:00

If I use try{ function1(); function2(); function3(); } catch(e:Error){ function4(); } and let’s say

  • 0

If I use

try{
    function1();
    function2();
    function3();
}
catch(e:Error){
    function4();
}

and let’s say in function2() an exception is thrown, which of the code does get executed by definition? will function3() get executed? will the effects of function1 be present after the catch? (there are programming languages that ‘rewind’ the effects such as if the whole block wasn’t executed)

thanks for clarification!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:48:37+00:00Added an answer on May 23, 2026 at 2:48 am

    A try catch will execute all code UNTIL an exception is thrown. At that point, the exception will bubble until it either hits a catch block or the program exits. Flash does not “rewind” any code it has executed.

    Say function2() is 10 lines and line 4 throws the exception, lines 5-10 will not be executed. Nor will function3(). The code will go into your catch and then execute function4().

    Another construct for use in try..catch.. is the finally block, which is a section of code that gets executed after the try or catch. It is particually useful for things like myNetConn = null where you may have had an error closing a NetConnection, but still wish to null the object.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to use TRY CATCH blocks in SQL Selects? For stuff similar
so in my program I have parts where I use try catch blocks like
Is it better, less expensive or more readable to use a try/catch block in
I try to use this code for toggling text on the link: var showText=<span>Open</span>
I try to use the following code: ArrayList<String> Map<String, String> Eclipse complains about both
I use CodeIgniter as my web application framework. I used a simple Try/Catch and
Im a bit confused because FlexUnith 4's behavior. When I use fail() in try-catch
I have various functions in a class. In each function I use try...catch. Is
I try to use the domainpeople.com API and to do I need to use
I try to use doctest from example from http://docs.python.org/library/doctest.html But when I run python

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.