Например, что-то вроде этого:
Код: Выделить всё
try {
// Some code
} catch(Throwable e) {
// handle the exception
}
Подробнее здесь: https://stackoverflow.com/questions/608 ... -throwable
Код: Выделить всё
try {
// Some code
} catch(Throwable e) {
// handle the exception
}