android - doesNotRecognizeSelector equivalent in Java -


is there equivalent or hack catch unimplemented method call in java can doesnotrecognizeselector in objective c. i'm looking way have object replying method call default behavior when method not implemented ? possible use such pattern in java ?

you can use unsupportedoperationexception similar thing.


Comments