Framework Mode - Checking exception message
Folder Structure
src
└── test
└── java
└── com
└── example
├── exceptions
│ └── CustomException.java
├── utils
│ └── ExceptionUtils.java
└── tests
└── ExceptionMessageTest.java