Indicates that an href attribute contains an illegal value, such as a URI with a fragment identifier, or a syntactically incorrect IRI.
href
244124422443244424452446244724482449
public void testBadHrefAttributerExceptionConstructor() { String message = "test"; Exception ex = new BadHrefAttributeException(message); assertEquals(message, ex.getMessage()); }
244324442445244624472448244924502451