eclipse-vertx / vertx-sql-client

High performance reactive SQL Client written in Java
Apache License 2.0
894 stars 200 forks source link

Why PgException No stack #1474

Closed zclcs closed 1 week ago

zclcs commented 1 week ago

Questions

printStackTrace() only have message no stack

Version

4.5.10

image

zclcs commented 1 week ago

image

tsegismont commented 1 week ago

Creating a stacktrace has a cost, and in this case, the cost is not justified: the problem is that the "users" table does not exist in the database. Indicating where the problem was detected in the Java application won't help solving that problem.