Is there a specific location within the maven project structure, or package naming convention when defining your own exceptions for a project? I assume throwing them into an ‘exceptions’ package will be fine, but I thought I’d ask here since the googlebox wasn’t yielding any answers.
Is there a specific location within the maven project structure, or package naming convention
Share
What Tomasz said, but if there are a lot of Exceptions, put them in their own package – typically called
com.mycompany.<topic>.exceptions