jeaf.generator.jeaf-message-constants-generator.1.6.49.source-code.GeneratorMessages.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Root PUBLIC "MessageData" "MessageData.dtd"> <Root> <ClassInfo className="ErrorCodes" package="com.anaptecs.jeaf.fwk.tools.message.generator" description="Class contains message constants for message constant generator." author="JEAF Development Team" version="1.3"/> <MessageFolder name="JEAF Tools" idRangeBegin="900" idRangeEnd="920"> <MessageFolder name="Generator Messages" idRangeBegin="900" idRangeEnd="904"> <Message messageID="900" name="STYLESHEET_NOT_AVAILABLE" type="ERROR" traceLevel="ERROR" defaultText="XSLT style sheet ''{0}'' can not be found within the applications class path." description="Exceptions with this error code are thrown if the style sheet that defines the transformation of the XML document containing error messages is not located within the applications class path."/> <Message messageID="901" name="UNABLE_TO_CREATE_DIR" type="ERROR" traceLevel="ERROR" defaultText="Unable to create directory ''{0}''." description="Exceptions with this error code are thrown if the generator can not create an output directory for a generated class."/> <Message messageID="902" name="UNABLE_TO_PERFORM_TRANSFORMATION" type="ERROR" traceLevel="ERROR" defaultText="Unable to generate Java class ''{0}'' out of message resource ''{1}''." description="Exceptions with this error code are thrown if an exception occurs during the generation of the Java class using XSLT."/> <Message messageID="903" name="INVALID_CLASS_INFO" type="ERROR" traceLevel="ERROR" defaultText="Unable to convert Excel workbook to message resource file. Class-Information is incomplete or invalid. Affected field ''{0}'' in file ''{1}''" description="Exceptions with this error code are thrown if an exception occurs during the generation of the Java class using XSLT."/> <Message messageID="904" name="UNABLE_TO_OPEN_EXCEL_WORKBOOK" type="ERROR" traceLevel="ERROR" defaultText="Unable to open Excel workbook ''{0}''. {1}" description="Exceptions with this error code are thrown when an exception occurs when trying to open an Excel workbook."/> <Message messageID="905" name="UNABLE_TO_CLOSE_EXCEL_WORKBOOK" type="ERROR" traceLevel="ERROR" defaultText="Unable to close Excel workbook ''{0}''. {1}" description="Exceptions with this error code are thrown when an exception occurs when trying to close an Excel workbook."/> <Message messageID="906" name="CLASS_INFO_SHEET_MISSING" type="ERROR" traceLevel="ERROR" defaultText="Required sheet ''{0}'' inside Excel workbook ''{1}'' is missing. Please ensure that you use the right Excel template for message resources." description="Exceptions with this error code are thrown if class info is missing in the provided Excel workbook."/> <Message messageID="907" name="UNABLE_TO_CREATE_XML_DOCUMENT" type="ERROR" traceLevel="ERROR" defaultText="Unable to create new XML document." description="Exceptions with this error code are thrown if a new XML document could not be created."/> <Message messageID="908" name="NO_MESSAGE_DATA_IN_WORKBOOK" type="ERROR" traceLevel="ERROR" defaultText="Excel workbook ''{0}'' does not contain any message data. Please ensure that the excel file contains at least one sheet with message data." description="Exceptions with this error code are thrown if a new XML document could not be created."/> <Message messageID="909" name="INVALID_MESSAGE_DATA" type="ERROR" traceLevel="ERROR" defaultText="Excel sheet ''{0}'' does not contain required column with name ''{1}''. Please ensure that you use the right Excel template for message resources." description="Exceptions with this error code are thrown if a required column in message data is missing."/> <Message messageID="910" name="IGNORING_ROW" type="INFO" traceLevel="WARN" defaultText="Ignoring row ''{1}'' in Excel sheet ''{0}'' as it does not contain values for all required columns. The following fields are missing: {2}" description="Exceptions with this error code are thrown if values for one or more required fields are missing."/> <Message messageID="911" name="MESSAGE_ID_NOT_UNIQUE" type="ERROR" traceLevel="ERROR" defaultText="Message-ID ''{0}'' is not unique. Excel sheet ''{1}'' contains this message ID even though it was already used before. Please ensure that every message ID is globally only used once." description="Exceptions with this error code are thrown if a message ID is used multiple times."/> <Message messageID="912" name="MESSAGE_NAME_NOT_UNIQUE" type="ERROR" traceLevel="ERROR" defaultText="Message-Name ''{0}'' is not unique. Excel sheet ''{1}'' contains this name even though it was already used before. Please ensure that every message name is only used once per Excel file." description="Exceptions with this error code are thrown if a message name is used multiple times."/> <Message messageID="913" name="IGNORING_EMPTY_SHEET" type="INFO" traceLevel="WARN" defaultText="Ignoring empty sheet ''{0}'' within Excel workbook." description="Exceptions with this error code are thrown if a message name is used multiple times."/> </MessageFolder> </MessageFolder> </Root>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy