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 java.lang.Object

Formats error messages.


Field Summary
(package private) static java.lang.String ERR_UNDEFINED_FIELD
           
 
Constructor Summary
Messages()
           
 
Method Summary
(package private) static java.lang.String format(java.lang.String property, java.lang.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 java.lang.String ERR_UNDEFINED_FIELD
See Also:
Constant Field Values
Constructor Detail

Messages

Messages()
Method Detail

format

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