←Older revision | Revision as of 06:38, 28 May 2010 | ||
Line 11: | Line 11: | ||
Nicolas Dumoulin, Cemagref, France | Nicolas Dumoulin, Cemagref, France | ||
--[[Special:Contributions/195.221.117.88|195.221.117.88]] 08:54, 19 May 2010 (UTC) | --[[Special:Contributions/195.221.117.88|195.221.117.88]] 08:54, 19 May 2010 (UTC) | ||
+ | |||
+ | |||
+ | Hello Nicolas, you are right, this looks like a [[Teleinterface]]. We should extract your thoughts to [[Teleexception]] page. Few questions: | ||
+ | # ''process'' method throws various exceptions which of them is the [[teleport]] container? | ||
+ | # Maybe you could use <source lang="java"> to show the most important [[API]] signatures at this page | ||
+ | # ''wrapping an exception'' is basically using initCause(...) and getCause later, right? | ||
+ | # btw: another option that I use from time to time is to subclass exceptions (MyOwnIOException with big details extends IOException). This however requires some common exception subclass like IOException, or having method signature throw Exception (a bit ugly). | ||
+ | Feel free to answer my questions here or directly move your text to [[Teleexception]]. Thanks. | ||
+ | |||
+ | --[[User:JaroslavTulach|JaroslavTulach]] 06:38, 28 May 2010 (UTC) |