The Artima Developer Community
Sponsored Link

Java Buzz Forum
On Removing Java Checked Exceptions By Means of Perversion

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Iry

Posts: 85
Nickname: jiry
Registered: Nov, 2007

James Iry is a dude
On Removing Java Checked Exceptions By Means of Perversion Posted: Aug 2, 2010 12:38 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by James Iry.
Original Post: On Removing Java Checked Exceptions By Means of Perversion
Feed Title: One Div Zero - Java
Feed URL: http://james-iry.blogspot.com/feeds/posts/default/-/java
Feed Description: An exploration of software development in Java.
Latest Java Buzz Posts
Latest Java Buzz Posts by James Iry
Latest Posts From One Div Zero - Java

Advertisement
/*What do you do in Java when you need to throw a checked exception in a context where it's not allowed, for instance when implementing a third party interface with no declared throws clause? If you're smart and its allowed you just write the code in another language. Otherwise you probably just wrap the bastard checked exception in an unchecked exception and be on your way.But the wrapping

Read: On Removing Java Checked Exceptions By Means of Perversion

Topic: The scoop on authorized celeb books: fewer sales, the Internet is faster Previous Topic   Next Topic Topic: A look at prices for e-readers and similar electronic devices

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use