Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [EASE] Sign and Verify Script

Hi Varun,

 

message handling in exceptions is fine, please do that, as you already provide meaningful messages. The exit parameter is pretty useless. It may make sense in you test application but we would definitely not terminate eclipse when we face some signature errors J. It should really not be there.

 

Best regards

Christian

 

From: ease-dev-bounces@xxxxxxxxxxx [mailto:ease-dev-bounces@xxxxxxxxxxx] On Behalf Of Varun Raval

Now, when handler class will catch this ScriptSignatureException, it can get appropriate message using getMessage() method and can also know whether to close or continue with application using exitApplication() method.
Implementation of handler class is SignTest.java.

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top