try..catch vs loops

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent 7644eddfd3
commit bca83c3bb4
20 changed files with 342 additions and 109 deletions
+2 -1
View File
@@ -9,13 +9,14 @@ package
* @author JPEXS
*/
public class Main extends MovieClip
{
{
TestTryCatch;
TestTryCatchIfInTry;
TestTryCatchInIf;
TestTryCatchInWhile;
TestTryCatchInWhile2;
TestTryCatchInWhile3;
TestTryCatchInWhile4;
TestTryCatchLoop;
TestTryCatchLoopBreak;
TestTryCatchExceptionUsage