com.sun.tools.xjc.reader.dtd.bindinfo
Class Messages

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

 class Messages
extends Object

Formats error messages.


Field Summary
(package private) static String ERR_UNDEFINED_FIELD
           
 
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_UNDEFINED_FIELD

static final String ERR_UNDEFINED_FIELD
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.