jaxp/src/java.xml/share/classes/javax/xml/transform/TransformerException.java
changeset 46006 20a06a196ed5
parent 46005 49e2e73f90f6
equal deleted inserted replaced
46005:49e2e73f90f6 46006:20a06a196ed5
    42  * during the transformation process.
    42  * during the transformation process.
    43  *
    43  *
    44  * @since 1.4
    44  * @since 1.4
    45  */
    45  */
    46 public class TransformerException extends Exception {
    46 public class TransformerException extends Exception {
       
    47 
       
    48     private static final long serialVersionUID = 975798773772956428L;
    47 
    49 
    48     /** Field locator specifies where the error occurred */
    50     /** Field locator specifies where the error occurred */
    49     SourceLocator locator;
    51     SourceLocator locator;
    50 
    52 
    51     /**
    53     /**