com.sun.tools.xjc.reader.dtd

Class Messages

class Messages extends Object

Formats error messages.
Field Summary
static StringERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION
static StringERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER
static StringERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT
static StringERR_CONTENT_PROPERTY_PARTICLE_MISMATCH
static StringERR_CONVERSION_FOR_NON_VALUE_ELEMENT
static StringERR_NO_ROOT_ELEMENT
static StringERR_UNDEFINED_ELEMENT_IN_BINDINFO
Method Summary
static Stringformat(String property, Object... args)
Loads a string resource and formats it with specified arguments.

Field Detail

ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION

public static final String ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION

ERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER

public static final String ERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER

ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT

public static final String ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT

ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH

public static final String ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH

ERR_CONVERSION_FOR_NON_VALUE_ELEMENT

public static final String ERR_CONVERSION_FOR_NON_VALUE_ELEMENT

ERR_NO_ROOT_ELEMENT

public static final String ERR_NO_ROOT_ELEMENT

ERR_UNDEFINED_ELEMENT_IN_BINDINFO

public static final String ERR_UNDEFINED_ELEMENT_IN_BINDINFO

Method Detail

format

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