Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Using SafeRunnable and bug hunting

Hey guys,

whenever you make a SafeRunnable or ISafeRunnable object, make sure you implement the handleException(Throwable) method, even if you just print out the exception's stack trace. This is better than just dying silently and makes bug hunting easier

Thanks,

Richard


Back to the top