Skip to Content
0
Former Member
May 08, 2008 at 06:26 PM

Simple UDF question.

33 Views

hello experts,

Iam very new to java,

iam trying a simple user defined function where I want to throw an exception incase my employee id is blank,such that it should show my exception text("emp id is blank") in my moni transaction if i pass a blank value.

Can this be done without creating a package by some small code in udf's?.

I refered to this blog,(/people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping)

but this way suggests to create a custom exception in a package etc.. are there any standard exceptions i can throw?