public void verify() throws Exception {
   if (m_exception.getErrorCode() != ConversionException.COULD_NOT_BE_CONVERTED_EXTENDED) {
     throw new TestErrorException("Invalid conversion exception was thrown");
   }
 }