I have java webstart app and want to use app API for testing purposes. So I get required (as I assumed) library from webserver and install it to maven repository. And all is fine except custom exception which received
タイプの例外は
SomeException
スローできません。例外タイプはのサブクラスでなければなりませんThrowable
同様のトピックから理解しているように、いくつかのjarライブラリが欠落しています.どれを知る方法はありますか? または、これを修正する他の方法がありますか?(もちろん、アプリに使用されるすべてのjarをインストールできますが、90以上のjarがあります)。