CLI: Add an uncaught exception handling policy 39/11739/2
authorJihoon Song <jihoon80.song@samsung.com>
Mon, 4 Nov 2013 07:21:09 +0000 (16:21 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Mon, 4 Nov 2013 08:01:47 +0000 (17:01 +0900)
commit3eb75fcd178495e1462e871b92b6509807f0597e
tree6521a555a15fde49dc6f7544c42c606082a5fff1
parent5d4f3f39b53446f885aaaffba44e465086c719a2
CLI: Add an uncaught exception handling policy

'web-signing' module doesn't stop process when exception occurred.
This cause is that CLI policy don't have an uncaught exception handler.
So, this policy is added.

Change-Id: I03021e09a3285b802b94d0fd636b923f7624cc5c
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
org.tizen.cli/src/org/tizen/cli/exec/PolicyRegistryFactory.java
org.tizen.cli/src/org/tizen/cli/exec/sign/Main.java