Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
How to handle zero by zero exception in python?
dividedbyzero
error
python
0 Votos
5 Respuestas
8th Oct 2019, 6:12 AM
Divyansh Upadhyay
Custom Exception is never thrown in body of corresponding try statement.
catch
exception
java
try
3 Votos
6 Respuestas
28th Jul 2020, 6:57 PM
P∆WAN M∆URY∆
How without writing a single line of code we can determine whether a exception is checked exception or unchecked exception??
exception-handling
java
2 Votos
3 Respuestas
3rd Jun 2020, 12:03 PM
👑$PIRIT👑
Exception handling for yield return <expression> statement?
c#
loops
yield
2 Votos
1 Respuesta
25th Feb 2017, 6:13 AM
Alex Soh Chye Wat
Why this while loop give me an exception e?
exceptions
java
loops
strings
while
0 Votos
7 Respuestas
29th Oct 2017, 3:51 AM
López Rodrigo
What is the AWT Exception in Java ??
error
exceptions
java
0 Votos
2 Respuestas
11th Dec 2021, 9:11 AM
Ghadeer Abbas
What if RAII constructor fails due to exception
c++
exception
raii
0 Votos
2 Respuestas
7th Dec 2023, 4:08 AM
Ketan Lalcheta
Please explain the exception coming in my program.
code_coach
exceptions
java
0 Votos
2 Respuestas
28th Apr 2023, 5:55 AM
Ayush Singh
Why we use exception in cpp and java?
cpp
java
0 Votos
4 Respuestas
20th Aug 2017, 1:57 PM
MANOJ KUMAR
Null Pointer Exception when using unProject in Libgdx
java
0 Votos
2 Respuestas
13th Jun 2021, 3:19 AM
M.O.HONOR
How to use exception in a thread?
exceptions
java
threads
2 Votos
1 Respuesta
4th Aug 2016, 5:27 AM
Shadman Sudipto
Do Exception e handles all type of exception?
exceptions
java
2 Votos
2 Respuestas
24th Sep 2017, 8:25 AM
Sadaf Khowaja
Can one raise a custom exception type?
exceptions
python
0 Votos
2 Respuestas
23rd Jun 2016, 12:11 AM
M Williams
If not handled, which exception type prevent your program from compiling?
exceptions
0 Votos
6 Respuestas
12th Mar 2019, 2:11 AM
Prilia Tiwi
Fill in the blanks to define a function ''myFunc'', which throws an exception if its parameter is less than 0. void myFunc(int a
java
-1 Voto
17 Respuestas
29th Jan 2017, 6:15 PM
marvellous gwenzi
Exception to throw for missing input from scanner
exception
input
java
missing
0 Votos
3 Respuestas
28th Jan 2017, 10:20 AM
Kai Kiehl
What is the role of finally{} in exception handling of JAVA
exceptions
java
5 Votos
3 Respuestas
18th Nov 2020, 11:31 AM
VAMSI
Exception in thread "main" java.util.NoSuchElementException (error)?? help
error
exceptions
0 Votos
1 Respuesta
25th Sep 2016, 1:48 AM
Felix Robinson
What is the main idea upon the exception handling?
exceptions
java
0 Votos
5 Respuestas
6th Apr 2017, 1:40 PM
Saif Khalid Mohammed Almulla
How can I solve Exception in thread “main” java.lang.NullPointerException error [duplicate]
java
0 Votos
10 Respuestas
9th Oct 2018, 4:35 AM
Tuyen Pham
Why do i need to throw exception here
exceptions
java
0 Votos
1 Respuesta
29th Oct 2020, 6:29 PM
stephen haokip
Please someone find error in this code. Exception in thread "main" java.lang.NullPointerException
java
student_counceling
3 Votos
14 Respuestas
21st Jun 2017, 2:35 PM
Aisha Chaudhary
How to use exception handling in a funcation.
except
python
try
0 Votos
1 Respuesta
16th Apr 2020, 12:10 PM
Anil Swami
How do i call a function when an exception occurs in java
error
exception
exceptions
handling
java
3 Votos
7 Respuestas
26th Nov 2018, 8:19 PM
Madhusudan Babar
How to catch exception if file doesn't exist?
#beginner
#fileinfo
c#
2 Votos
1 Respuesta
29th Sep 2017, 3:17 AM
Soygeezy
Why this code ends and print 4? Instead of a StackOverFlow Exception
c#
lambdas
2 Votos
3 Respuestas
23rd Aug 2019, 9:42 PM
Joel David Hernández Cruz
Else and exception handling-Ordering dish online with digits-only code
else
exception
ordering
pythoncore
0 Votos
2 Respuestas
27th Feb 2022, 4:46 PM
Cathyboum
Using directory class gives a exception in the playground
c#
0 Votos
4 Respuestas
25th Jun 2017, 7:12 PM
sneeze
What is the use of raising exception in python or program ?
code
error
programming
python
2 Votos
3 Respuestas
18th Jul 2019, 9:40 AM
Abhi
An Exception Error on Sololearn but not in the IDE?
error
ide
0 Votos
4 Respuestas
23rd Sep 2020, 1:36 PM
Manfred h
How can we know which type of Exception it is?
exceptions
java
0 Votos
2 Respuestas
5th Sep 2020, 8:03 AM
Umidbek
Error: System.InvalidOperationException: 'Error in the document XML (0, 0).' Inner Exception
c#
winforms
xml
0 Votos
8 Respuestas
3rd Jun 2018, 7:51 PM
SebGM2018
How to use exception handling for this code statement?
c++
exceptions
0 Votos
2 Respuestas
12th Aug 2019, 9:45 AM
Chetan Satpute
Why exceptions handling
exception
handling
ideas
java
programming
2 Votos
4 Respuestas
17th Mar 2018, 12:39 PM
Didace Nsabimana
Can anyone explain exception handling in Java or any reference?
java
2 Votos
2 Respuestas
7th Oct 2020, 1:30 PM
RøhiT Singh
Why Scanner followed by a bufferedReader gives a Null pointer Exception ?
bufferedreader
java
scanner
2 Votos
3 Respuestas
30th Sep 2020, 3:17 PM
Mr.Curious
Why we use finally keyword in exception handling?
c#
css
sololearn
0 Votos
2 Respuestas
11th Feb 2017, 9:20 AM
farwa bajwa
How to solve a classNotfound exception in jdbc
jdbc
0 Votos
2 Respuestas
20th May 2017, 4:07 AM
mahesh mahi
How to resolve Security Exception in Android Studio??
android
androidapp
androidstdio
exception
java
securityexception
0 Votos
1 Respuesta
13th Sep 2021, 7:44 AM
AMAN
An exception handle is not an error, is it?
exceptions
python
0 Votos
3 Respuestas
6th Aug 2017, 10:28 PM
Myke Albuquerque Pinto de Oliveira
A newbie question; we can use if else to overcome abnormal behaviour of our program then why we use exception handling??
exception
exceptionhandling
4 Votos
7 Respuestas
8th Aug 2019, 5:06 PM
...
Example for rising exception and use of it??
exceptions
python
0 Votos
2 Respuestas
22nd Oct 2017, 3:39 AM
VIJAY MADDINENI
What should i do to print my own custom exceptions in python?
custom
exception
python
21 Votos
13 Respuestas
25th Sep 2019, 7:28 AM
Aakaanksha 💕 [TheBraveCoders]
What are the exception in c++ and how they are used in program
exceptions
2 Votos
3 Respuestas
30th Dec 2018, 3:13 PM
kapil mewada
Why my java resume its getting exception error?
java
sets
1 Voto
1 Respuesta
10th Sep 2017, 5:12 PM
gustavo rossoni correa de barros
How can I catch Null Referencee Pointer exception
c++
1 Voto
1 Respuesta
26th Dec 2016, 6:23 AM
Mattis BETOURNE Clara HORVENO
why this exception code not running I'm confused !!
exceptions
1 Voto
2 Respuestas
24th Feb 2018, 3:37 PM
khalid abdelrahman
what are the exception for pointers in c++???
c++
exceptions
pointers
0 Votos
1 Respuesta
16th Feb 2017, 4:05 AM
sujay
Why this cause a out of range exception
c#
0 Votos
1 Respuesta
1st May 2017, 12:17 PM
martin franklin
Help me solve the code guys...never dealt with an exception before...
exception
help
1 Voto
4 Respuestas
3rd Jun 2018, 4:08 PM
Coding Niffler
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
4
5
6
...
10
Siguiente >
En tendencia hoy
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes