xdoclet.util
public final class XDocletUtilMessages extends Object
Version: $Revision: 1.5 $
UNKNOWN: May 31, 2002
Field Summary | |
---|---|
static String | EXCEPTION_READING_MERGE_FILE |
static String | GENERATED_XML_INVALID |
static String | INIT_FAILED |
static String | NO_NAMESPACE_AWARE_SAX_PARSER |
static String | PARSER_DOES_NOT_SUPPORT_XSD_VALIDATION |
static String | PARSING_FAILED |
UNKNOWN: msg = "Exception reading merge file. {0}"
UNKNOWN: msg = "Generated file [{0}:line {1}] Message=[{2}] is not valid according to its DTD or XML Schema. * This might be due to some missing tags in your source."
UNKNOWN: msg = "Initializing XML parser failed."
UNKNOWN: msg = "WARNING: Can't validate against the XML Schema because no namespace-aware SAX Parser could be * found. Please make sure that a JAXP 1.2 SAX Parser is available in the classpath (i.e. Xerces-J)."
UNKNOWN: msg = "WARNING: Can't validate against the XML Schema because the SAX Parser does not support JAXP * 1.2 XML Schema validation. Please make sure that a JAXP 1.2 SAX Parser is available in the classpath (i.e. * Xerces-J)."
UNKNOWN: msg = "The validateion for the generated file [{0}] failed. Message=[{2}] ."