Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Thrift IDL ファイルのデフォルトの例外宣言は、Java Exceptions クラスから継承された Exception オブジェクトを生成します。Thrift IDL で Java RuntimeException クラスから例外を生成するにはどうすればよいですか?
ありがとう。
ええ、私はコードでthrift 0.8に大きく依存しており、コード全体に「throwsMyException」を配置したくありません。コンパイラをハックするよりもエレガントな方法は見つかりませんでした。