Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 394.1
edited by Ravi Mendis
on 2010/01/17 22:10
on 2010/01/17 22:10
Change comment:
There is no comment for this version
To version 396.1
edited by Ravi Mendis
on 2010/01/17 22:09
on 2010/01/17 22:09
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -117,7 +117,7 @@ 117 117 ==== Simplified Exception Handling ==== 118 118 119 119 Scala doesn't force you to catch exceptions unlike in Java. 120 -In addition, the syntax employs Scala's very powerful **pattern matching**to handle exceptions.120 +In addition, the syntax employs Scala's very powerful pattern matching to handle different exceptions. 121 121 122 122 In Java: 123 123