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

about CodegenUtils public static String sig(Class retval, Class... params) {} #14

Closed
juaby opened this issue Feb 5, 2016 · 1 comment

Comments

@juaby
Copy link

juaby commented Feb 5, 2016

hi,

about CodegenUtils public static String sig(Class retval, Class... params) {}

if method throws Excetions, how to do ?

thanks

@headius
Copy link
Collaborator

headius commented May 20, 2021

Exceptions are not expressed in Java signatures... they only exist in code at compile time. The only place you need to install them is in the setup of the method, by passing in the list of exceptions that method raises.

Since there is no issue here, closing.

@headius headius closed this as completed May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants