# Introduction In this challenge, we will design a grade exception using Java exception handling and custom exception techniques. The purpose is to handle incorrect grades entered for student objects by throwing a `ScoreException` exception with appropriate error messages.
Click the virtual machine below to start practicing