mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-09 04:20:38 +01:00
Added stack trace print for debugging
https://github.com/tastybento/bskyblock/issues/186
This commit is contained in:
parent
108d099156
commit
d4951a5873
@ -61,6 +61,7 @@ public class BSBDatabase<T> {
|
|||||||
} catch (InstantiationException | IllegalAccessException | IllegalArgumentException | InvocationTargetException
|
} catch (InstantiationException | IllegalAccessException | IllegalArgumentException | InvocationTargetException
|
||||||
| ClassNotFoundException | IntrospectionException e) {
|
| ClassNotFoundException | IntrospectionException e) {
|
||||||
logger.severe(() -> "Could not load object from database! " + e.getMessage());
|
logger.severe(() -> "Could not load object from database! " + e.getMessage());
|
||||||
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user