Exception « Reflection « Java






1.whether method declares the given exception or one of its superclasses
2.Is Checked Exception
3.Get StackTraceElement
4.Check whether given exception is compatible with the exceptions declared in a throws clause
5.Utilities to use Java reflection without all of the checked exceptions