Advertisement
vadipp

No suggestion

Jan 11th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. try
  2. {
  3.   InputStreamReader inpStrd = //...
  4.   // ...
  5. }
  6. catch( Exception e )
  7. {
  8.   // I have no suggestions how to handle this exception
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement