1WebCommon.NotIncoming(3kaya) Kaya module referenceWebCommon.NotIncoming(3kaya)
2
3
4
6 WebCommon::NotIncoming - Specified key not in incoming data
7
9 WebCommon::NotIncoming( String
10
12 The String contains the name of the missing key
13
15 This Exception is thrown by WebCommon.incomingData (3kaya) and WebCom‐
16 mon.incomingValue (3kaya) if the specified key is not found in the
17 specified data source. This can be avoided by using WebCom‐
18 mon.incomingExists (3kaya) to check if the key exists before trying to
19 retrieve data.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 WebCommon.DataSource (3kaya)
33 WebCommon.incomingData (3kaya)
34 WebCommon.incomingExists (3kaya)
35 WebCommon.incomingValue (3kaya)
36
37
38
39Kaya December 2010 WebCommon.NotIncoming(3kaya)