Class java.util.regex.Matcher
| Changed Methods | ||
|---|---|---|
| MatcherappendReplacement(StringBuffer, | Change in exceptions thrown from java.lang.IllegalStateExceptionto no exceptions. | The unchecked exception java.lang.IllegalStateExceptionis still thrown by this method but the exception was removed from the formal API specification. | 
| intstart() | Change in exceptions thrown from java.lang.IllegalStateExceptionto no exceptions. | The unchecked exception java.lang.IllegalStateExceptionis still thrown by this method but the exception was removed from the formal API specification. | 
