com.sun.tools.xjc.reader.xmlschema
Class Messages
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.Messages
public class Messages
- extends Object
Formats error messages.
|
Method Summary |
static String |
format(String property,
Object... args)
Loads a string resource and formats it with specified arguments. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WARN_UNUSED_EXPECTED_CONTENT_TYPES
public static final String WARN_UNUSED_EXPECTED_CONTENT_TYPES
- See Also:
- Constant Field Values
ERR_UNACKNOWLEDGED_CUSTOMIZATION
public static final String ERR_UNACKNOWLEDGED_CUSTOMIZATION
- See Also:
- Constant Field Values
ERR_UNACKNOWLEDGED_CUSTOMIZATION_LOCATION
public static final String ERR_UNACKNOWLEDGED_CUSTOMIZATION_LOCATION
- See Also:
- Constant Field Values
ERR_MULTIPLE_GLOBAL_BINDINGS
public static final String ERR_MULTIPLE_GLOBAL_BINDINGS
- See Also:
- Constant Field Values
ERR_MULTIPLE_GLOBAL_BINDINGS_OTHER
public static final String ERR_MULTIPLE_GLOBAL_BINDINGS_OTHER
- See Also:
- Constant Field Values
ERR_REFERENCE_TO_NONEXPORTED_CLASS
public static final String ERR_REFERENCE_TO_NONEXPORTED_CLASS
- See Also:
- Constant Field Values
ERR_REFERENCE_TO_NONEXPORTED_CLASS_MAP_FALSE
public static final String ERR_REFERENCE_TO_NONEXPORTED_CLASS_MAP_FALSE
- See Also:
- Constant Field Values
ERR_REFERENCE_TO_NONEXPORTED_CLASS_REFERER
public static final String ERR_REFERENCE_TO_NONEXPORTED_CLASS_REFERER
- See Also:
- Constant Field Values
Messages
public Messages()
format
public static String format(String property,
Object... args)
- Loads a string resource and formats it with specified arguments.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.