The Artima Developer Community
Sponsored Link

Java Buzz Forum
another instance of crappy diagnostic messages

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
Joe Shelby

Posts: 101
Nickname: acroyear
Registered: Jun, 2003

Joe Shelby is a senior software developer at ISX Corporation.
another instance of crappy diagnostic messages Posted: Jan 28, 2005 4:03 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Joe Shelby.
Original Post: another instance of crappy diagnostic messages
Feed Title: Joe's Java Jottings
Feed URL: http://www.blog-city.com/bc/
Feed Description: Notes, observations, and occasional other stuff on Java, with concentrations on Swing, XML, and the Semantic (Object) Web.
Latest Java Buzz Posts
Latest Java Buzz Posts by Joe Shelby
Latest Posts From Joe's Java Jottings

Advertisement
Just like the ridiculously bad message in Xerces I pointed out a few years ago, here's another utterly WRONG error message, this time from Hani's favorite whipping boy, JBoss:

The method return values in the home interface must be of valid types for RMI/IIOP.

The REAL problem? I added a new method to the main Interface of my session bean, and forgot to add "throws RemoteException" to it.

Why is writing an accurate error message so damn hard to do?

Read: another instance of crappy diagnostic messages

Topic: Eclipse at Amazon DevCon Previous Topic   Next Topic Topic: IBM ordered to show all of its versions of AIX and Dynix and documentation of any changes made...

Sponsored Links



Google
  Web Artima.com   

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