|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Lens
|
+--LError
The error lens; triggers an error on either get or putback.
Defined in lens.js
| Fields inherited from class Lens |
name
|
| Constructor Summary | |
LError(<String> source, <String> msg)
|
|
| Method Summary | |
void
|
get()
|
void
|
putback()
|
| Methods inherited from class Lens |
error, getput, putget, putput, get_is, putback_is, get_throws, putback_throws
|
| Constructor Detail |
LError(<String> source, <String> msg)
source - The source of the error
msg - The error message itself; 'GET: ' and 'PUTBACK: ' will be prepended appropriately
| Method Detail |
void get()
void putback()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||