[seasar-dev:1197] Re: S2Util

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2010年 8月 23日 (月) 23:29:59 JST


小林 (koichik) です.

Date:    Mon, 23 Aug 2010 23:09:42 +0900
From:    Oonaka Hiroyuki <[E-MAIL ADDRESS DELETED]>
To:      [E-MAIL ADDRESS DELETED]
Subject: [seasar-dev:1195] Re: S2Util

> 	public SRuntimeException(String messageCode, Object ... args) {
> 		super();
> 		this.messageCode = messageCode;
> 		this.args = args;
> 		for (Object arg : args) {
> 			if (arg instanceof Throwable){
> 				initCause((Throwable)arg);
> 			}
> 		}
> 	}
> 
> とかいうのはどうでしょう?

明示的じゃないのでいやですね.
メッセージに例外を含めてるケースばかりではないので
これだけでは解決策にならないし.


-- 
<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 メーリングリストの案内