About 779,000 results
Open links in new tab
  1. EXCEPTION Definition & Meaning - Merriam-Webster

    The meaning of EXCEPTION is the act of excepting : exclusion. How to use exception in a sentence.

  2. EXCEPTION | English meaning - Cambridge Dictionary

    Individual exceptions may be due not to some as yet unknown elements of usage which have not yet been discovered but rather to dialectal differences.

  3. EXCEPTION Definition & Meaning | Dictionary.com

    Exception definition: the act of excepting or the fact of being excepted.. See examples of EXCEPTION used in a sentence.

  4. Exception handling - Wikipedia

    In computing and computer programming, exception handling is the process of responding to the occurrence of exceptions – anomalous or exceptional conditions requiring special processing – during the execution of a program.

  5. What Is an Exception? (The Java™ Tutorials - Oracle

    Definition: An exception is an event, which occurs during the execution of a program, that disrupts the normal flow of the program's instructions. When an error occurs within a method, the method creates an object and hands it off to the runtime system.

  6. Java Exception Handling - GeeksforGeeks

    Aug 5, 2025 · Some Common examples of exceptions include ClassNotFoundException, IOException, SQLException, RemoteException, etc. By handling these exceptions, Java enables developers to create robust and fault-tolerant applications.

  7. EXCEPTION definition and meaning | Collins English Dictionary

    The law makes no exceptions. With few exceptions, guests are booked for week-long visits.

  8. Exceptions - definition of Exceptions by The Free Dictionary

    exception 1. 'exception' An exception is something or someone that a general statement does not apply to. The troops had the support of the local population, the exception being some environmentalist groups who protested at the noise. With a few exceptions, the writing is good.

  9. Exceptions - Dev.java

    Using exceptions to handle errors and other exceptional events.

  10. Best practices for exceptions - .NET | Microsoft Learn

    May 2, 2024 · Learn best practices for exceptions, such as using try/catch/finally, handling common conditions without exceptions, and using predefined .NET exception types.