Exception Handling: Fundamentals and Programming: SpringerBriefs in Computer Science
Autor Pedro Mejia Alvarez, Raul E. Gonzalez Torres, Susana Ortega Cisnerosen Limba Engleză Paperback – 2 feb 2024
The book is composed of five chapters: Chapter 1 provides an introduction, covering the history, various definitions, and challenges of exception handling. Chapter 2 then delves into the basics, offering insights into the foundational concepts and techniques. Subsequently, chapter 3 touches upon the best practices for exception handling, including the differences between errors and exceptions, the use of assertions, and how to provide meaningful error messages. Chapter 4 takes a deep dive into advanced exception-handling techniques, exploring e.g. patterns, guard clauses, and hierarchical exception handling. Eventually, chapter 5 focuses on the complexities of exception handling in real-time and embedded systems.
This book is mainly written for both students and professionals. Its readers will understand the nuances between syntax and semantic errors, learn how to employ try-catch blocks effectively, grasp the importance of logging exceptions, and delve into advanced exception-handling techniques. This way, they will be enabled to handle exceptions effectively and thus write more robust, reliable, and resilient code.
Din seria SpringerBriefs in Computer Science
- 20% Preț: 120.62 lei
- Preț: 437.49 lei
- Preț: 466.24 lei
- Preț: 292.48 lei
- 20% Preț: 166.96 lei
- 20% Preț: 319.07 lei
- 20% Preț: 290.23 lei
- 20% Preț: 335.64 lei
- 20% Preț: 398.70 lei
- 20% Preț: 316.51 lei
- 20% Preț: 316.51 lei
- 20% Preț: 316.32 lei
- 20% Preț: 315.87 lei
- 20% Preț: 315.37 lei
- Preț: 367.91 lei
- 20% Preț: 227.94 lei
- 20% Preț: 317.65 lei
- 20% Preț: 316.51 lei
- 20% Preț: 315.69 lei
- 20% Preț: 316.01 lei
- 20% Preț: 316.83 lei
- 20% Preț: 317.65 lei
- 20% Preț: 316.96 lei
- 20% Preț: 315.69 lei
- 20% Preț: 315.55 lei
- 20% Preț: 316.96 lei
- Preț: 366.58 lei
- Preț: 341.49 lei
- 20% Preț: 317.97 lei
- Preț: 337.56 lei
- Preț: 369.23 lei
- Preț: 369.62 lei
- 20% Preț: 317.65 lei
- 20% Preț: 345.18 lei
- 20% Preț: 314.87 lei
- 20% Preț: 315.69 lei
- 20% Preț: 317.65 lei
- 20% Preț: 315.55 lei
- Preț: 366.95 lei
- 20% Preț: 313.76 lei
- 20% Preț: 316.83 lei
- 20% Preț: 317.65 lei
- 20% Preț: 227.12 lei
- 20% Preț: 294.95 lei
- 20% Preț: 316.01 lei
- 20% Preț: 315.05 lei
- 20% Preț: 316.83 lei
- 20% Preț: 316.51 lei
- 20% Preț: 317.29 lei
- 20% Preț: 317.29 lei
Preț: 289.59 lei
Preț vechi: 361.99 lei
-20% Nou
Puncte Express: 434
Preț estimativ în valută:
55.42€ • 58.43$ • 46.13£
55.42€ • 58.43$ • 46.13£
Carte tipărită la comandă
Livrare economică 11-25 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783031506802
ISBN-10: 3031506804
Pagini: 112
Ilustrații: IX, 112 p.
Dimensiuni: 155 x 235 mm
Greutate: 0.19 kg
Ediția:1st ed. 2024
Editura: Springer Nature Switzerland
Colecția Springer
Seria SpringerBriefs in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3031506804
Pagini: 112
Ilustrații: IX, 112 p.
Dimensiuni: 155 x 235 mm
Greutate: 0.19 kg
Ediția:1st ed. 2024
Editura: Springer Nature Switzerland
Colecția Springer
Seria SpringerBriefs in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
Preface.- 1 Introduction to Exception Handling.- 2 Basics of Exception Handling.- 3 Exception Handling Best Practices.- 4 Advanced Exception Handling Techniques.- 5 Exception Handling in Real-Time and Embedded Systems.
Notă biografică
Pedro Mejia-Alvarez received his BSc degree in computer systems from ITESM, Querétaro, Mexico, in 1985, his PhD degree in Informatics from the Polytechnic University of Madrid, Spain, in 1995. He pursued his PostDoc Research at the Computer Science Department of the University of Pittsburgh in 1999-2000. He has been a Professor with the CINVESTAV-Guadalajara since 1997. His research interests include Real-Time Systems, Software Testing and Software Engineering.
Raul E. Gonzalez Torres received his PhD in Mathematics from the University of Houston in 1987. His research interests are Formal Software Verification, Automatic Theorem Proof, Demonstration Theory for non-classical Logics and Applications of Logic in Engineering and Computing.
Susana Ortega-Cisneros received her BSc degree in communications and electronics from the Universidad de Guadalajara, México, in 1990, the MSc degree from the Center for Research and Advanced Studies (CINVESTAV), México City, México, and the PhD degree in computer science and telecommunications from the Autonomous University of Madrid, Spain. She is currently with CINVESTAV and specializes in the design of digital architectures based on field-programmable gate arrays (FPGAs), DSPs, and microprocessors.
Raul E. Gonzalez Torres received his PhD in Mathematics from the University of Houston in 1987. His research interests are Formal Software Verification, Automatic Theorem Proof, Demonstration Theory for non-classical Logics and Applications of Logic in Engineering and Computing.
Susana Ortega-Cisneros received her BSc degree in communications and electronics from the Universidad de Guadalajara, México, in 1990, the MSc degree from the Center for Research and Advanced Studies (CINVESTAV), México City, México, and the PhD degree in computer science and telecommunications from the Autonomous University of Madrid, Spain. She is currently with CINVESTAV and specializes in the design of digital architectures based on field-programmable gate arrays (FPGAs), DSPs, and microprocessors.
Textul de pe ultima copertă
This book presents the fundamentals of exception handling with examples written in C++ and Python. Starting with its history and evolution, it explores the many facets of exception handling, such as its syntax, semantics, challenges, best practices, and implementation patterns.
The book is composed of five chapters: Chapter 1 provides an introduction, covering the history, various definitions, and challenges of exception handling. Chapter 2 then delves into the basics, offering insights into the foundational concepts and techniques. Subsequently, chapter 3 touches upon the best practices for exception handling, including the differences between errors and exceptions, the use of assertions, and how to provide meaningful error messages. Chapter 4 takes a deep dive into advanced exception-handling techniques, exploring e.g. patterns, guard clauses, and hierarchical exception handling. Eventually, chapter 5 focuses on the complexities of exception handling in real-time and embedded systems.
This book is mainly written for both students and professionals. Its readers will understand the nuances between syntax and semantic errors, learn how to employ try-catch blocks effectively, grasp the importance of logging exceptions, and delve into advanced exception-handling techniques. This way, they will be enabled to handle exceptions effectively and thus write more robust, reliable, and resilient code.
This book is mainly written for both students and professionals. Its readers will understand the nuances between syntax and semantic errors, learn how to employ try-catch blocks effectively, grasp the importance of logging exceptions, and delve into advanced exception-handling techniques. This way, they will be enabled to handle exceptions effectively and thus write more robust, reliable, and resilient code.
Caracteristici
Presents the fundamentals of exception handling with examples written in C++ and Python Describes exception handling syntax, semantics, challenges, best practices, and implementation patterns Enables students and professionals to handle exceptions effectively and write robust, reliable, and resilient code