Exception Properties
This lesson explains the information that is automatically printed on the output when the program terminates due to an exception.
We'll cover the following...
Exception properties #
The information that is automatically printed on the output when the program terminates due to an exception is available as properties of exception objects as well. These properties are provided by the Throwable
interface:
-
.file:
the source file where the exception was ...