Should InexactError be thrown when converting from Int64 to Float64?
|
|
4
|
133
|
January 9, 2025
|
Embedded julia catch exception
|
|
1
|
58
|
December 3, 2024
|
Is it possible to get an exception message as a string?
|
|
4
|
4671
|
April 14, 2017
|
New syntax suggestion: catch with type specs
|
|
42
|
2318
|
October 4, 2024
|
What are the dangers of a possible proliferation of exception types?
|
|
7
|
185
|
July 24, 2024
|
PyPlot.show throws an exception (Win10 | Julia 1.10.0 )
|
|
11
|
350
|
February 17, 2024
|
StaticCompiler - how to handle integer division error?
|
|
2
|
302
|
December 27, 2023
|
Is it possible to suppress the chain of 'caused by' output when handling an exception?
|
|
3
|
299
|
December 19, 2023
|
Stackoverflow error with no stacktrace
|
|
3
|
280
|
November 2, 2023
|
Would it make sense to roll back module definitions which error half-way?
|
|
0
|
198
|
October 20, 2023
|
InlineDispatch.jl – A simple module to perform dispatch on the value of an expression
|
|
0
|
376
|
August 14, 2023
|
Is there a "gap" between acquire and try in the acquire-try-finally idiom?
|
|
0
|
197
|
March 17, 2023
|
Is it possible to catch a syntax error within the same file or REPL?
|
|
0
|
180
|
March 7, 2023
|
Using @test_throws for any error/excpeption
|
|
1
|
330
|
December 13, 2022
|
System: caught exception of type
|
|
9
|
1412
|
September 25, 2022
|
Optim interface.jl type instability and efficient exception handling
|
|
0
|
402
|
July 29, 2022
|
How to use the built-in InvalidStateException
|
|
1
|
724
|
June 9, 2022
|
DifferentialEquations.jl precompilation error
|
|
15
|
1884
|
October 19, 2021
|
HTTP.request
|
|
1
|
815
|
September 10, 2021
|
How to skip the error with try/catch statements?
|
|
1
|
508
|
July 30, 2021
|
How to find the error line using try/catch statements?
|
|
6
|
4846
|
July 29, 2021
|
Structuring a Type with Exception Messages
|
|
7
|
520
|
July 19, 2021
|
Does Julia have the Python equivalent of ValueError?
|
|
11
|
1900
|
June 10, 2021
|
Help with register_error_hint
|
|
5
|
735
|
April 16, 2021
|
Always show exception type in stack trace?
|
|
0
|
487
|
March 26, 2021
|
Julia throws additional LoadError during exception handling
|
|
6
|
1090
|
March 4, 2021
|
PyError - with ExcelReaders perhaps
|
|
1
|
422
|
February 12, 2021
|
What's the differences between `throw(ArgumentError(""))` and `return throw(ArgumentError("")`)
|
|
1
|
842
|
December 16, 2020
|
Switch find-zero method if convergence fails without try-catch
|
|
2
|
1145
|
November 20, 2020
|
Can I have some kind of a memory leak when an exception is being thrown?
|
|
2
|
540
|
May 7, 2020
|