src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/InternalError.java
changeset 47443 711ef438b6ad
parent 47216 71c04702a3d5
child 48409 5ab69533994b
equal deleted inserted replaced
47442:560ee83bfce5 47443:711ef438b6ad
     1 /*
     1 /*
     2  * reserved comment block
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT REMOVE OR ALTER!
     3  * @LastModified: Oct 2017
     4  */
     4  */
     5 /*
     5 /*
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     7  * contributor license agreements.  See the NOTICE file distributed with
     7  * contributor license agreements.  See the NOTICE file distributed with
     8  * this work for additional information regarding copyright ownership.
     8  * this work for additional information regarding copyright ownership.
    24 /**
    24 /**
    25  * Marks a class of errors in which XSLTC has reached some incorrect internal
    25  * Marks a class of errors in which XSLTC has reached some incorrect internal
    26  * state from which it cannot recover.
    26  * state from which it cannot recover.
    27  */
    27  */
    28 public class InternalError extends Error {
    28 public class InternalError extends Error {
       
    29     private static final long serialVersionUID = -6690855975016554786L;
       
    30 
    29     /**
    31     /**
    30      * Construct an <code>InternalError</code> with the specified error message.
    32      * Construct an <code>InternalError</code> with the specified error message.
    31      * @param msg the error message
    33      * @param msg the error message
    32      */
    34      */
    33     public InternalError(String msg) {
    35     public InternalError(String msg) {