zhouqingqing / qpmodel

A Relational Optimizer and Executor
MIT License
64 stars 18 forks source link

fix to keep the original stack trace #266

Closed zhouqingqing closed 3 years ago

zhouqingqing commented 3 years ago

by using the throw statement without specifying the exception. Otherwise the stack trace is restarted at the current method and the list of method calls between the original method that threw the exception and the current method is lost.