com.sun.tools.xjc
Class Messages
java.lang.Object
com.sun.tools.xjc.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 |
UNKNOWN_LOCATION
static final String UNKNOWN_LOCATION
- See Also:
- Constant Field Values
LINE_X_OF_Y
static final String LINE_X_OF_Y
- See Also:
- Constant Field Values
UNKNOWN_FILE
static final String UNKNOWN_FILE
- See Also:
- Constant Field Values
DRIVER_PUBLIC_USAGE
static final String DRIVER_PUBLIC_USAGE
- See Also:
- Constant Field Values
DRIVER_PRIVATE_USAGE
static final String DRIVER_PRIVATE_USAGE
- See Also:
- Constant Field Values
ADDON_USAGE
static final String ADDON_USAGE
- See Also:
- Constant Field Values
EXPERIMENTAL_LANGUAGE_WARNING
static final String EXPERIMENTAL_LANGUAGE_WARNING
- See Also:
- Constant Field Values
NON_EXISTENT_DIR
static final String NON_EXISTENT_DIR
- See Also:
- Constant Field Values
MISSING_RUNTIME_PACKAGENAME
static final String MISSING_RUNTIME_PACKAGENAME
- See Also:
- Constant Field Values
MISSING_MODE_OPERAND
static final String MISSING_MODE_OPERAND
- See Also:
- Constant Field Values
MISSING_COMPATIBILITY_OPERAND
static final String MISSING_COMPATIBILITY_OPERAND
- See Also:
- Constant Field Values
MISSING_PROXY
static final String MISSING_PROXY
- See Also:
- Constant Field Values
MISSING_PROXYFILE
static final String MISSING_PROXYFILE
- See Also:
- Constant Field Values
NO_SUCH_FILE
static final String NO_SUCH_FILE
- See Also:
- Constant Field Values
ILLEGAL_PROXY
static final String ILLEGAL_PROXY
- See Also:
- Constant Field Values
ILLEGAL_TARGET_VERSION
static final String ILLEGAL_TARGET_VERSION
- See Also:
- Constant Field Values
MISSING_OPERAND
static final String MISSING_OPERAND
- See Also:
- Constant Field Values
MISSING_PROXYHOST
static final String MISSING_PROXYHOST
- See Also:
- Constant Field Values
MISSING_PROXYPORT
static final String MISSING_PROXYPORT
- See Also:
- Constant Field Values
STACK_OVERFLOW
static final String STACK_OVERFLOW
- See Also:
- Constant Field Values
UNRECOGNIZED_MODE
static final String UNRECOGNIZED_MODE
- See Also:
- Constant Field Values
UNRECOGNIZED_PARAMETER
static final String UNRECOGNIZED_PARAMETER
- See Also:
- Constant Field Values
MISSING_GRAMMAR
static final String MISSING_GRAMMAR
- See Also:
- Constant Field Values
PARSING_SCHEMA
static final String PARSING_SCHEMA
- See Also:
- Constant Field Values
PARSE_FAILED
static final String PARSE_FAILED
- See Also:
- Constant Field Values
COMPILING_SCHEMA
static final String COMPILING_SCHEMA
- See Also:
- Constant Field Values
FAILED_TO_GENERATE_CODE
static final String FAILED_TO_GENERATE_CODE
- See Also:
- Constant Field Values
FILE_PROLOG_COMMENT
static final String FILE_PROLOG_COMMENT
- See Also:
- Constant Field Values
DATE_FORMAT
static final String DATE_FORMAT
- See Also:
- Constant Field Values
TIME_FORMAT
static final String TIME_FORMAT
- See Also:
- Constant Field Values
AT
static final String AT
- See Also:
- Constant Field Values
VERSION
static final String VERSION
- See Also:
- Constant Field Values
BUILD_ID
static final String BUILD_ID
- See Also:
- Constant Field Values
ERROR_MSG
static final String ERROR_MSG
- See Also:
- Constant Field Values
WARNING_MSG
static final String WARNING_MSG
- See Also:
- Constant Field Values
INFO_MSG
static final String INFO_MSG
- See Also:
- Constant Field Values
ERR_NOT_A_BINDING_FILE
static final String ERR_NOT_A_BINDING_FILE
- See Also:
- Constant Field Values
ERR_TOO_MANY_SCHEMA
static final String ERR_TOO_MANY_SCHEMA
- See Also:
- Constant Field Values
ERR_BINDING_FILE_NOT_SUPPORTED_FOR_RNC
static final String ERR_BINDING_FILE_NOT_SUPPORTED_FOR_RNC
- See Also:
- Constant Field Values
DEFAULT_VERSION
static final String DEFAULT_VERSION
- See Also:
- Constant Field Values
DEFAULT_PACKAGE_WARNING
static final String DEFAULT_PACKAGE_WARNING
- See Also:
- Constant Field Values
NOT_A_VALID_FILENAME
static final String NOT_A_VALID_FILENAME
- See Also:
- Constant Field Values
FAILED_TO_PARSE
static final String FAILED_TO_PARSE
- See Also:
- Constant Field Values
NOT_A_FILE_NOR_URL
static final String NOT_A_FILE_NOR_URL
- See Also:
- Constant Field Values
FIELD_RENDERER_CONFLICT
static final String FIELD_RENDERER_CONFLICT
- See Also:
- Constant Field Values
NAME_CONVERTER_CONFLICT
static final String NAME_CONVERTER_CONFLICT
- See Also:
- Constant Field Values
FAILED_TO_LOAD
static final String FAILED_TO_LOAD
- See Also:
- Constant Field Values
PLUGIN_LOAD_FAILURE
static final String PLUGIN_LOAD_FAILURE
- 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.