Guest User

Untitled

a guest
Oct 23rd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class CustomException {
  2. /* ... Implementation ... */
  3. }
  4.  
  5. public interface Interface {
  6.  
  7. void onError(CustomException ex);
  8.  
  9. }
Add Comment
Please, Sign In to add comment