0 votes
in JAVA by

What are the important methods of Java Exception Class in Java?

1 Answer

0 votes
by

Below are The important methods of Java Exception Class are as follows:

• Synchronized Throwable getCause()

• String getMessage()

• void printStackTrace()

• String getLocalizedMessage()

• String toString()

Related questions

0 votes
asked May 5, 2021 in JAVA by SakshiSharma
0 votes
asked May 2, 2021 in JAVA by sharadyadav1986
...