8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469

Reviewed-by: joehw, dfuchs
This commit is contained in:
Aleksei Efimov 2017-04-06 20:14:33 +03:00
parent 2098d07f0f
commit 268c2d053f
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ package javax.xml.transform;
*/
public class TransformerConfigurationException extends TransformerException {
private static final long serialVersionUID = 1285547467942875745L;
/**
* Create a new <code>TransformerConfigurationException</code> with no
* detail message.

View File

@ -45,6 +45,8 @@ import java.util.Objects;
*/
public class TransformerException extends Exception {
private static final long serialVersionUID = 975798773772956428L;
/** Field locator specifies where the error occurred */
SourceLocator locator;