langtools/src/share/classes/com/sun/tools/javah/Util.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 16560 c6c7f0c26568
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    42  * For errors, the failure modes are:
    42  * For errors, the failure modes are:
    43  *      error -- User did something wrong
    43  *      error -- User did something wrong
    44  *      bug   -- Bug has occurred in javah
    44  *      bug   -- Bug has occurred in javah
    45  *      fatal -- We can't even find resources, so bail fast, don't localize
    45  *      fatal -- We can't even find resources, so bail fast, don't localize
    46  *
    46  *
    47  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    47  * <p><b>This is NOT part of any supported API.
    48  * If you write code that depends on this, you do so at your own
    48  * If you write code that depends on this, you do so at your own
    49  * risk.  This code and its internal interfaces are subject to change
    49  * risk.  This code and its internal interfaces are subject to change
    50  * or deletion without notice.</b></p>
    50  * or deletion without notice.</b></p>
    51  */
    51  */
    52 public class Util {
    52 public class Util {