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

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

 class Messages
extends Object

Formats error messages.


Field Summary
(package private) static String ERR_UNACKNOWLEDGED_CUSTOMIZATION
           
(package private) static String WARN_INCORRECT_URI
           
(package private) static String WARN_UNABLE_TO_CHECK_CORRECTNESS
           
 
Constructor Summary
Messages()
           
 
Method Summary
(package private) 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

ERR_UNACKNOWLEDGED_CUSTOMIZATION

static final String ERR_UNACKNOWLEDGED_CUSTOMIZATION
See Also:
Constant Field Values

WARN_INCORRECT_URI

static final String WARN_INCORRECT_URI
See Also:
Constant Field Values

WARN_UNABLE_TO_CHECK_CORRECTNESS

static final String WARN_UNABLE_TO_CHECK_CORRECTNESS
See Also:
Constant Field Values
Constructor Detail

Messages

Messages()
Method Detail

format

static String format(String property,
                     Object... args)
Loads a string resource and formats it with specified arguments.