try..catch vs loops

This commit is contained in:
Jindra Petřík
2021-02-07 11:10:19 +01:00
parent 7644eddfd3
commit bca83c3bb4
20 changed files with 342 additions and 109 deletions

View File

@@ -9,13 +9,14 @@ package
* @author JPEXS
*/
public class Main extends MovieClip
{
{
TestTryCatch;
TestTryCatchIfInTry;
TestTryCatchInIf;
TestTryCatchInWhile;
TestTryCatchInWhile2;
TestTryCatchInWhile3;
TestTryCatchInWhile4;
TestTryCatchLoop;
TestTryCatchLoopBreak;
TestTryCatchExceptionUsage