|
Vikramjit,
"e.printStackTrace()" returns a void.
therefore ,
"strb.append(exception.printStackTrace);"
gives a compile error:
"'void' type not allowed here
strb.append(e.printStackTrace());"
any other ways, anybody?
kim.
|
- exception.printStackTrace() Bail . Jeff
- Re: exception.printStackTrace() Arun Thomas
- Re: exception.printStackTrace() Stephen Summerfield
- Re: exception.printStackTrace() Erez Bashan
- exception.printStackTrace() Mohan Radhakrishnan
- Re: exception.printStackTrace() Vikramjit Singh
- Re: exception.printStackTrace() Vikramjit Singh
