Java View all facts Glossary Help |
syntactic unit > clause > throws clause |
throws clause comparison table |
Subject | have purpose | have syntax | see also | is a kind of | is a subtopic of | be part of | have example |
---|---|---|---|---|---|---|---|
clause | syntactic unit | ||||||
throws clause | to specify the type(s) of exception(s) that might be generated when a method is run | throws exceptionClassName | throws statement | clause | Exception Handling | method definition | // A method definition with a throws |
Next clause: implements clause Up: clause