com.sun.tools.xjc.util
Class Messages
java.lang.Object
com.sun.tools.xjc.util.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_CLASSNAME_COLLISION
static final String ERR_CLASSNAME_COLLISION
- See Also:
- Constant Field Values
ERR_CLASSNAME_COLLISION_SOURCE
static final String ERR_CLASSNAME_COLLISION_SOURCE
- See Also:
- Constant Field Values
ERR_INVALID_CLASSNAME
static final String ERR_INVALID_CLASSNAME
- See Also:
- Constant Field Values
ERR_CASE_SENSITIVITY_COLLISION
static final String ERR_CASE_SENSITIVITY_COLLISION
- See Also:
- Constant Field Values
ERR_CHAMELEON_SCHEMA_GONE_WILD
static final String ERR_CHAMELEON_SCHEMA_GONE_WILD
- 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.