Hi, Could anyone help me how to determine the appropriate Exception to get the error message thrown by any methods? Since the Throwable class is the superclass of all errors and exceptions in the Java language, could we use it in every exception handling? -- Thank You, Adrian