8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469
Reviewed-by: joehw, dfuchs
This commit is contained in:
parent
2098d07f0f
commit
268c2d053f
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user