Java View all facts Glossary Help |
syntactic unit > clause > throws clause |
throws clause | ||||
subject | fact |
throws clause | has example // A method definition with a throws | |
has purpose to specify the type(s) of exception(s) that might be generated when a method is run | ||
has syntax throws exceptionClassName | ||
is part of method definition | ||
is a subtopic of Exception Handling | ||
is a kind of clause | ||
see also throws statement | ||
syntactic unit | has syntax rule bold = mandatory |