Framework Mode - Testing multiple exceptions
Folder Structure
src/
└── test/
└── java/
└── com/
└── example/
├── exceptions/
│ └── CustomException.java
├── utils/
│ └── ExceptionUtils.java
├── pages/
│ └── SamplePage.java
└── tests/
└── ExceptionTests.java