There are e.printStackTrace() method to print exceptional error, so I would like to take entire exception in String and show it by Toast.makeText
e.printStackTrace()
String
Toast.makeText
It's doable, but don't do this. Show just the error message (even that is too much for 'real' users), the full stack trace should go to the log only.