Skip to Content
Go for Java Programmers: Learn the Google Go Programming Language
book

Go for Java Programmers: Learn the Google Go Programming Language

by Barry Feigenbaum, Ph.D.
October 2021
Beginner
596 pages
9h 56m
English
Apress
Content preview from Go for Java Programmers: Learn the Google Go Programming Language
© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
B. Feigenbaum, Ph.D.Go for Java Programmershttps://doi.org/10.1007/978-1-4842-7199-5_7

7. Errors and Panics

Barry Feigenbaum, Ph.D.1  
(1)
Austin, TX, USA
 

In this chapter, we will drill down on Go’s error detection and recovery features and how they differ from Java’s approach. When you have completed this chapter, you should be able to clearly identify the similarities and differences between the Go and Java error approaches.

Code, especially code in functions, can exit in several ways:
  1. 1.

    Success – The function was accomplished as expected.

     
  2. 2.

    Failure – The function was not accomplished as expected due to some predictable situation.

     
  3. 3.

    Gross failure (aka panics ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Getting started with Go Programming Language

Getting started with Go Programming Language

Matthew Spaulding
Get Programming with Go

Get Programming with Go

Nathan Youngman, Roger Peppe
Go Web Programming

Go Web Programming

Sau Sheong Chang

Publisher Resources

ISBN: 9781484271995Purchase LinkPublisher Website