Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error message on unimplemented methods #15

Closed
l3nz opened this issue Nov 1, 2014 · 0 comments
Closed

Better error message on unimplemented methods #15

l3nz opened this issue Nov 1, 2014 · 0 comments

Comments

@l3nz
Copy link
Collaborator

l3nz commented Nov 1, 2014

At the moment we have a very opaque error message - this comes from Channel in ARI 1.0.0

  • @SInCE ari_1_5_0
    *********************************************************/
    public void snoopChannel(String channelId, .....){
    throw new UnsupportedOperationException("Method availble from ...");
    }

It should be something like:
Method available since ARI_1_5_0 but remote end is ARI_1_0_0

So it makes more sense.

@l3nz l3nz modified the milestone: codegen2 Sep 22, 2015
@grahambrown11 grahambrown11 added this to TODO in Main dev work Feb 20, 2020
@grahambrown11 grahambrown11 removed this from the codegen2 milestone Feb 20, 2020
@grahambrown11 grahambrown11 moved this from TODO to In progress in Main dev work Feb 24, 2020
Main dev work automation moved this from In progress to Closed Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Main dev work
  
Closed
Development

No branches or pull requests

2 participants