<<< throwing IOException example | Index | unchecked exception example >>> |
The syntax of the throw statement
throw throwableObject;
Common constructors of the Throwable class
Throwable() Throwable( message )
<<< throwing IOException example | Index | unchecked exception example >>> |