Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6775335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:53:41+00:00 2026-05-26T15:53:41+00:00

Java seems to make a distinction in its terminology between errors, assertions and exceptions.

  • 0

Java seems to make a distinction in its terminology between “errors”, “assertions” and “exceptions.” However, there is no defined terminology (that I can see) of a conditional check and return on failure (which up to this point, I have referred to as “error checking”).

public int doSomething(int val) {
    if(val < 0) return -1;
    ...
    return 0;
}

In this example (although pointless) the method returns failure if val is negative, as a method for “error checking.” However, Java specifically defines errors as those such as RuntimeException (hardware failure, etc). So what am I referring to?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:53:42+00:00Added an answer on May 26, 2026 at 3:53 pm

    Exceptions are for exceptional conditions; things you don’t expect to happen (but are possible). Josh Bloch outlines this specifically in his book “Effective Java”.

    You’ll find that many class’ methods in java return true/false (boolean) as an indicator of success/failure when failure is a common and expected condition.

    With that being said, it’s never that easy. There’s definitely things in the standard java classes that throw exceptions for common conditions, etc. Overall though, the first line of this answer is how I approach my own code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There seems to be a bug in the Java varargs implementation. Java can't distinguish
We have a Java server back-end that uses Apache XML-RPC to make its services
There seems to be multiple extremes when supporting embeddable Java HTTP servers. I have
There seems to be some debate over refactoring to utilize java generics within my
There seems to be an issue simulating the backspace key with java.awt.Robot . This
I am trying to make some small additions to some old java code that
I'm trying to make an executable war file ( java -jar myWarFile.war ) that
There seems to only be 2nd class support for composite database keys in Java's
I am writing a distributed Java application that will make heavy use of networking,
Are there any sorts of useful idioms I can make use of when writing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.