| |
|
| java.lang.Object com.sun.tools.xjc.reader.dtd.Messages
Messages | class Messages (Code) | | Formats error messages.
|
Method Summary | |
static String | format(String property, Object... args) Loads a string resource and formats it with specified arguments. |
ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION | final public static String ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION(Code) | | |
ERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER | final public static String ERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER(Code) | | |
ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT | final public static String ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT(Code) | | |
ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH | final public static String ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH(Code) | | |
ERR_CONVERSION_FOR_NON_VALUE_ELEMENT | final public static String ERR_CONVERSION_FOR_NON_VALUE_ELEMENT(Code) | | |
ERR_NO_ROOT_ELEMENT | final public static String ERR_NO_ROOT_ELEMENT(Code) | | |
ERR_UNDEFINED_ELEMENT_IN_BINDINFO | final public static String ERR_UNDEFINED_ELEMENT_IN_BINDINFO(Code) | | |
format | static String format(String property, Object... args)(Code) | | Loads a string resource and formats it with specified arguments.
|
|
|
|