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

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

 class Messages
extends Object

Formats error messages.


Field Summary
static String ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION
           
static String ERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER
           
static String ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT
           
static String ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH
           
static String ERR_CONVERSION_FOR_NON_VALUE_ELEMENT
           
static String ERR_NO_ROOT_ELEMENT
           
static String ERR_UNDEFINED_ELEMENT_IN_BINDINFO
           
 
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_NO_ROOT_ELEMENT

public static final String ERR_NO_ROOT_ELEMENT
See Also:
Constant Field Values

ERR_UNDEFINED_ELEMENT_IN_BINDINFO

public static final String ERR_UNDEFINED_ELEMENT_IN_BINDINFO
See Also:
Constant Field Values

ERR_CONVERSION_FOR_NON_VALUE_ELEMENT

public static final String ERR_CONVERSION_FOR_NON_VALUE_ELEMENT
See Also:
Constant Field Values

ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH

public static final String ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH
See Also:
Constant Field Values

ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT

public static final String ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT
See Also:
Constant Field Values

ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION

public static final String ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION
See Also:
Constant Field Values

ERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER

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