Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NotImplementedException on android

Tags:

android

is there something similar to the NotImplementedException on the android platform?

thanks!

like image 787
clamp Avatar asked Sep 01 '10 17:09

clamp


1 Answers

I think you should use UnsupportedOperationException.

like image 85
Konstantin Burov Avatar answered Nov 17 '22 05:11

Konstantin Burov