Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error activating exception class

former_member462348
Participant
0 Kudos

Hi Experts

Am facing the below error while using an exception class on my code, Please help me to resolve it.

2 REPLIES 2

former_member185414
Active Contributor
0 Kudos

Check the data type of parameter TEXTID and of constant ZCX_EXCEPTION_TMG=>INCORRECT_ENTRY.

Both should be same which in this case is not.

BR.

matt
Active Contributor
0 Kudos

What is the type of TEXTID? What is the type of INCORRECT_ENTRY? How have you defined INCORRECT_ENTRY?