com.sun.tools.xjc.reader.dtd
Class Messages
java.lang.Object
com.sun.tools.xjc.reader.dtd.Messages
class Messages
- extends Object
Formats error 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 |
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
Messages
Messages()
format
static String format(String property,
Object... args)
- Loads a string resource and formats it with specified arguments.