assertNotNull(new InvalidPropertiesFormatException("String")); assertNotNull(new InvalidPropertiesFormatException((String)null));
assertNotNull(new InvalidPropertiesFormatException(new Exception())); assertNotNull(new InvalidPropertiesFormatException((Throwable)null));