com.sun.tools.xjc.reader.xmlschema
Class Messages

java.lang.Object
  extended by com.sun.tools.xjc.reader.xmlschema.Messages

public class Messages
extends Object

Formats error messages.


Field Summary
static String ERR_MULTIPLE_GLOBAL_BINDINGS
           
static String ERR_MULTIPLE_GLOBAL_BINDINGS_OTHER
           
static String ERR_REFERENCE_TO_NONEXPORTED_CLASS
           
static String ERR_REFERENCE_TO_NONEXPORTED_CLASS_MAP_FALSE
           
static String ERR_REFERENCE_TO_NONEXPORTED_CLASS_REFERER
           
static String ERR_UNACKNOWLEDGED_CUSTOMIZATION
           
static String ERR_UNACKNOWLEDGED_CUSTOMIZATION_LOCATION
           
static String WARN_UNUSED_EXPECTED_CONTENT_TYPES
           
 
Constructor Summary
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
 

Field Detail

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
Constructor Detail

Messages

public Messages()
Method Detail

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.