xdoclet.util

Class XDocletUtilMessages

public final class XDocletUtilMessages extends Object

Version: $Revision: 1.5 $

Author: Ara Abrahamian (ara_e_w@yahoo.com)

UNKNOWN: May 31, 2002

Field Summary
static StringEXCEPTION_READING_MERGE_FILE
static StringGENERATED_XML_INVALID
static StringINIT_FAILED
static StringNO_NAMESPACE_AWARE_SAX_PARSER
static StringPARSER_DOES_NOT_SUPPORT_XSD_VALIDATION
static StringPARSING_FAILED

Field Detail

EXCEPTION_READING_MERGE_FILE

public static final String EXCEPTION_READING_MERGE_FILE

UNKNOWN: msg = "Exception reading merge file. {0}"

GENERATED_XML_INVALID

public static final String GENERATED_XML_INVALID

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."

INIT_FAILED

public static final String INIT_FAILED

UNKNOWN: msg = "Initializing XML parser failed."

NO_NAMESPACE_AWARE_SAX_PARSER

public static final String NO_NAMESPACE_AWARE_SAX_PARSER

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)."

PARSER_DOES_NOT_SUPPORT_XSD_VALIDATION

public static final String PARSER_DOES_NOT_SUPPORT_XSD_VALIDATION

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)."

PARSING_FAILED

public static final String PARSING_FAILED

UNKNOWN: msg = "The validateion for the generated file [{0}] failed. Message=[{2}] ."