Java View all facts Glossary Help |
syntactic unit > statement > control flow statement > exception statement > throws statement |
throws statement comparison table |
Subject | have example | be part of | have purpose | see also | is a kind of |
---|---|---|---|---|---|
exception statement | to handle exceptions | control flow statement | |||
throws statement | throw new MyException("my exceptional condition occurred"); | method body | to generate an exception | throws clause | exception statement |
Next exception statement: try-catch-finally statement Up: exception statement