You have a class named Square with a single constructor, which takes only one argument: a. If the argument is positive, the constructor assigns it to the field a or throws a SquareSizeException otherwise.
Here is what you need to do:
- Finish the constructor implementation
- Handle a custom exception using a
try-catchblock