Substitute for exception causes in Java ME

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-04-16T01:28:07Z Indexed on 2010/04/16 2:13 UTC
Read the original article Hit count: 206

Filed under:

In Java SE it is possible set the cause of an exception using initCause to avoid losing information about the error when catching and rethrowing an exception. Is it possible to do the same in Java ME?

© Stack Overflow or respective owner

Related posts about java-me