com.sun.tools.xjc.util

Class Messages

class Messages extends Object

Formats error messages.
Field Summary
static StringERR_CASE_SENSITIVITY_COLLISION
static StringERR_CHAMELEON_SCHEMA_GONE_WILD
static StringERR_CLASSNAME_COLLISION
static StringERR_CLASSNAME_COLLISION_SOURCE
static StringERR_INVALID_CLASSNAME
Method Summary
static Stringformat(String property, Object... args)
Loads a string resource and formats it with specified arguments.

Field Detail

ERR_CASE_SENSITIVITY_COLLISION

static final String ERR_CASE_SENSITIVITY_COLLISION

ERR_CHAMELEON_SCHEMA_GONE_WILD

static final String ERR_CHAMELEON_SCHEMA_GONE_WILD

ERR_CLASSNAME_COLLISION

static final String ERR_CLASSNAME_COLLISION

ERR_CLASSNAME_COLLISION_SOURCE

static final String ERR_CLASSNAME_COLLISION_SOURCE

ERR_INVALID_CLASSNAME

static final String ERR_INVALID_CLASSNAME

Method Detail

format

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