This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String message = "This is a test!"; | |
JboException ex = new JboException (message); | |
BindingContext bctx = BindingContext.getCurrent(); | |
((DCBindingContainer)bctx.getCurrentBindingsEntry()).reportException(ex); |
Hope you find this helpful! Please share your feedback below.
CaptiveCode
No comments:
Post a Comment