Newbetuts
.
New posts in exception
How to properly ignore exceptions
python
exception
try-except
How can I write a `try`/`except` block that catches all exceptions?
python
exception
How can I solve "java.lang.NoClassDefFoundError"?
java
exception
package
noclassdeffounderror
How do you test that a Python function throws an exception?
python
unit-testing
exception
How to print an exception in Python?
python
exception
error-handling
How to catch and print the full exception traceback without halting/exiting the program?
python
exception
try-catch
traceback
How do I check if a variable exists?
python
exception
variables
Dealing with "java.lang.OutOfMemoryError: PermGen space" error
exception
memory-leaks
out-of-memory
java-6
permgen
I'm getting an IndentationError. How do I fix it?
python
exception
error-handling
indentation
code-formatting
Understanding checked vs unchecked exceptions in Java
java
exception
runtimeexception
checked-exceptions
unchecked-exception
Proper way to declare custom exceptions in modern Python?
python
exception
custom-exceptions
What is a StackOverflowError?
java
exception
memory-leaks
out-of-memory
stack-overflow
How do you assert that a certain exception is thrown in JUnit 4 tests?
java
exception
junit
junit4
assert
Catch multiple exceptions at once?
c#
.net
exception
Importing installed package from script raises "AttributeError: module has no attribute" or "ImportError: cannot import name"
python
exception
python-module
shadowing
Manually raising (throwing) an exception in Python
python
exception
Catch multiple exceptions in one line (except block)
python
exception
exception-handling
How can I safely create a nested directory?
python
exception
path
directory
operating-system
What does "Fatal error: Unexpectedly found nil while unwrapping an Optional value" mean?
swift
exception
error-handling
What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it?
java
arrays
exception
Prev