cancel
Showing results for 
Search instead for 
Did you mean: 

Error in class implementation

amine_lamkaissi
Active Contributor
0 Kudos

Hi guys,

I have the following error at line 14, but i can't see what's wrong.

The error message is not clear enough.

Thanks.

Amine

SimoneMilesi
Active Contributor

If you double click on the line, you reach the correct point.

As Mike pointed out, you are looking at another piece of code.

amine_lamkaissi
Active Contributor
0 Kudos

Thanks Simone.

Accepted Solutions (1)

Accepted Solutions (1)

pokrakam
Active Contributor

Public section means it’s in your class declaration. Most probably an incomplete declaration of a public attribute. Use the source code view to see the whole class, or check your attributes individually. Or use eclipse.

amine_lamkaissi
Active Contributor
0 Kudos

Thanks Mike.

Answers (3)

Answers (3)

former_member241258
Active Participant

i think try statement under case 1.

catch exp1 exp2 .... into <>.

is there like above?

horst_keller
Product and Topic Expert
Product and Topic Expert

See Mike's answer and Simone's comment ...

amine_lamkaissi
Active Contributor
0 Kudos

Thanks a lot guys for your precious help.

Amine

amine_lamkaissi
Active Contributor
0 Kudos

Thanks Krishna and Horst.