Which of these methods return description of an exception?
(a) getException()
(b) getMessage()
(c) obtainDescription()
(d) obtainException()
I have been asked this question in a job interview.
Asked question is from Creating Exceptions topic in portion Exception Handling of Java