devdaily home
|
java
|
perl
|
unix
|
directory
|
blog
Enter your search terms
Submit search form
web
devdaily.com
Next:
The throws clause
Up:
Exceptions
Previous:
Creating exception types
 
Contents
throw
Exceptions are thrown using the
throw
statement.
Exceptions are objects, so they must be created (with
new
) before being thrown.
Next:
The throws clause
Up:
Exceptions
Previous:
Creating exception types
 
Contents