jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/Messages.java
changeset 19645 36f707905f2b
parent 16791 fe5141eabb0e
child 20590 b3b34e4344ce
equal deleted inserted replaced
19257:30a1d677a20c 19645:36f707905f2b
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    38     UNSUPPORTED_PROPERTY,   // 1 arg
    38     UNSUPPORTED_PROPERTY,   // 1 arg
    39     BROKEN_CONTEXTPATH,     // 1 arg
    39     BROKEN_CONTEXTPATH,     // 1 arg
    40     NO_DEFAULT_CONSTRUCTOR_IN_INNER_CLASS, // 1 arg
    40     NO_DEFAULT_CONSTRUCTOR_IN_INNER_CLASS, // 1 arg
    41     INVALID_TYPE_IN_MAP, // 0args
    41     INVALID_TYPE_IN_MAP, // 0args
    42     INVALID_JAXP_IMPLEMENTATION, // 1 arg
    42     INVALID_JAXP_IMPLEMENTATION, // 1 arg
       
    43     JAXP_SUPPORTED_PROPERTY, // 1 arg
       
    44     JAXP_UNSUPPORTED_PROPERTY, // 1 arg
    43     ;
    45     ;
    44 
    46 
    45     private static final ResourceBundle rb = ResourceBundle.getBundle(Messages.class.getName());
    47     private static final ResourceBundle rb = ResourceBundle.getBundle(Messages.class.getName());
    46 
    48 
    47     public String toString() {
    49     public String toString() {