[seasar-dev:1202] Re: S2Util

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2010年 8月 26日 (木) 12:00:19 JST


小林 (koichik) です.

Date:    Thu, 26 Aug 2010 00:26:12 +0900
From:    Satoshi Kimura <[E-MAIL ADDRESS DELETED]>
To:      [E-MAIL ADDRESS DELETED]
Subject: [seasar-dev:1201] Re: S2Util

> 引数の順番をそれほど気にしないのであれば、
> SRuntimeException(String messageCode, Object... args)
> SRuntimeException(Throwable cause, String messageCode, Object... args)
> や、
> もしくは、
> SRuntimeException(String messageCode, Object[] args)
> SRuntimeException(String messageCode, Object[] args, Throwable cause)
> としておいて、
> Object[] args(Object... args) {
>     return args;
> }
> みたいなメソッドを用意して
> throw new SRuntimeException(messageCode, args(foo, bar));
> throw new SRuntimeException(messageCode, args(foo, bar), e);
> とかはどうですか?

既出ネタののバリエーションですね.
ひがさんや中村 (taedium) さんと話しても
とにかく initCause() の支持者はいないようなので,
可変長引数をやめることにします.


-- 
<component name="koichik">
    <property name="fullName">"Koichi Kobayashi"</property>
    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>



Seasar-dev メーリングリストの案内