Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.3K+ articles
DSA
22.5K+ articles
Python
20.5K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
11.6K+ articles
School Learning
11.4K+ articles
Java
10.5K+ articles
Mathematical
7.8K+ articles
Kotlin
862+ articles
Kotlin Exception-Handling
5 posts
Recent Articles
Popular Articles
How to Throw a Custom Exception in Kotlin?
Last Updated: 25 February 2022
In addition to the built-in Exception Classes, you can create your own type of Exception that reflects your own cause of the exception. And you will appreciate the use of ...
read more
Kotlin
Kotlin Exception-Handling
Geeks-Premier-League-2022
Geeks Premier League
How to Use try - catch as an Expression in Kotlin?
Last Updated: 13 January 2022
The try statement consists of a try-block, which contains one or more statements. { } must always be used, even for single statements. A catch-block, a finally-block, or b...
read more
Kotlin
Kotlin Exception-Handling
Exception Handling in Kotlin with Examples
Last Updated: 16 August 2020
Exceptions are the error which comes at the runtime and disrupts your flow of execution of the program. Basically exception is the unwanted event that occurs at runtime. T...
read more
Picked
Kotlin
Kotlin Exception-Handling
Kotlin Exception Handling | try, catch, throw and finally
Last Updated: 28 March 2022
An exception is an unwanted or unexpected event, which occurs during the execution of a program i.e at run time, that disrupts the normal flow of the program’s instruction...
read more
Kotlin
Kotlin Exception-Handling
Kotlin Nested try block and multiple catch block
Last Updated: 28 March 2022
Nested try block -In this article, we are going to learn nested try-catch block and multiple catch block. Nested try block is a block in which we can implement one try cat...
read more
Kotlin
Kotlin Exception-Handling
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !