Java View all facts Glossary Help |
syntactic unit > keyword > throw |
throw comparison table |
Subject | have purpose | is an instance of | is a kind of | is a subtopic of | have example | has definition |
---|---|---|---|---|---|---|
keyword | syntactic unit | A word that has special meaning in Java | ||||
throw | to indicate a throw statement | keyword | Exception Handling | throw new MyException("my exceptional condition occurred"); |