Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lizard43

    Return error status to caller

    Hi - Thanks for your reply. I'm a new guy on the team, so I can't do much flogging. Yes, I agree that exceptions are the way to go. But the main reason why a few people on the team don't want exceptions is because of getAllObjects(). We have 1000+ objects to return. If a few are bad, we...
  2. lizard43

    Return error status to caller

    Hello - What's a good way to return an error status to the caller of a utility method? I have a class that stores and retrieves objects. During the operations, several errors can occur. The team prefers that these methods do not throw exceptions, but instead return error codes somehow. Here's...

Part and Inventory Search

Back
Top