Catalog
Full catalog
Resources
Blog
University
Guide
Bootcamps
Provided by
JetBrains Academy
Creators of the most popular IDEs:
IntelliJ IDEA, PyCharm
& others
Authors of
Kotlin
,
Google's preferred language
for Android
More than
11.4 million developers and 300,000 companies worldwide
use JetBrains IDEs to create their products
Pricing
For Business
Sign in
Start for free
Computer science
Programming languages
Java
Errorless code
Exception handling
Throwing exceptions
Suggested problems
Possible declaration
Throw an unchecked exception
Throw a checked exception
Throw an IOException
Days of the week
How to throw an exception
The most general statement
The root of a number
Throwing statements
Throwable classes
Throwing an exception
Skip topic
Theory
How to throw an exception
Report a typo
How to throw a new instance of
Exception
?
Select a syntactically correct example.
Select one option from the list
Get unstuck
Comments
Get help from the community
Code snippets
See topic-related syntax examples
throws Exception("msg");
throw Exception("msg");
new Exception("msg");
throws new Exception("msg");
throw new Exception("msg");
270
learners liked this problem.
1
didn't like it.
What about you?
___
Create a free account to access the full topic
Sign up with Google
Sign up with GitHub
Sign up with JetBrains Account
Sign up with email
By continuing, you agree to the
JetBrains Academy Terms of Service
as well as
Hyperskill Terms of Service and Privacy Policy
.
Comments (0)
Hints (4)
Useful links (1)
Show discussion
Open chat with AI Assistant