Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / functional / invalid_exceptions_caught.txt @ 745

History | View | Annotate | Download (1.2 KB)

1
catching-non-exception:27::"Catching an exception which doesn't inherit from BaseException: MyException"
2
catching-non-exception:33::"Catching an exception which doesn't inherit from BaseException: MyException"
3
catching-non-exception:33::"Catching an exception which doesn't inherit from BaseException: MySecondException"
4
catching-non-exception:54::"Catching an exception which doesn't inherit from BaseException: None"
5
catching-non-exception:54::"Catching an exception which doesn't inherit from BaseException: list()"
6
catching-non-exception:59::"Catching an exception which doesn't inherit from BaseException: None"
7
catching-non-exception:72::"Catching an exception which doesn't inherit from BaseException: 4"
8
catching-non-exception:72::"Catching an exception which doesn't inherit from BaseException: None"
9
catching-non-exception:72::"Catching an exception which doesn't inherit from BaseException: list([4, 5, 6])"
10
catching-non-exception:85::"Catching an exception which doesn't inherit from BaseException: NON_EXCEPTION_TUPLE"
11
catching-non-exception:103::"Catching an exception which doesn't inherit from BaseException: object"
12
catching-non-exception:108::"Catching an exception which doesn't inherit from BaseException: range"