All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jeaf.x-fun.jeaf-x-fun-api.1.8.0.source-code.XFunMessages.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Root PUBLIC "MessageData" "MessageData.dtd">
<Root>
    <ClassInfo author="JEAF Development Team" className="XFunMessages" description="Class contains all generated message constants for JEAF X-Functions." package="com.anaptecs.jeaf.xfun.api" version="1.0" />
    <MessageFolder name="X-Fun Messages">
        <Message defaultText="{0} {1} (Build date: {2})" description="Info-Message is used to trace the version details of the application." messageID="20" name="APPLICATION_VERSION_INFO" traceLevel="INFO" type="INFO" />
        <Message defaultText="Class ''{0}'' could not be found within the classpath." description="This error code is used by the verifier to indicate that a specific class is not within the application's classpath." messageID="21" name="CLASS_NOT_LOADABLE" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="NULL is not a valid class name." description="This error code is used by the verifier to indicate that a passed class had the invalid value null." messageID="22" name="NULL_IS_NOT_A_VALID_CLASS_NAME" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="The values ''{0}'' (lower bound) and ''{1}'' (upper bound) do not define a valid set. The lower bound must be less or equal to the upper bound." description="This error code is used by the verifier to indicate that the passed values do not define a valid set." messageID="23" name="SET_IS_INVALID" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Value ''{0}'' is not part of set [{1};{2}]." description="This error code is used by the verifier to indicate that a passed value is not part of a defined set." messageID="24" name="VALUE_IS_NOT_PART_OF_SET" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Instances of class ''{0}'' can not be assigned to class / interface ''{1}''." description="This error code is used by the verifier to indicate that a passed object is not assignable to a class or interface." messageID="25" name="OBJECT_IS_NOT_ASSIGNABLE" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="String ''{0}'' is null." description="This error code is used by the verifier to indicate that a passed string is null." messageID="26" name="NULL_IS_NOT_A_REAL_STRING" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="String ''{0}'' is empty." description="This error code is used by the verifier to indicate that a passed string is empty." messageID="27" name="STRING_IS_EMPTY" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Verification completed without any errors or warnings." description="This message code is to indicate that a verification result does neither contain errors nor warnings." messageID="28" name="VERIFICATION_SUCCESSFUL" traceLevel="ERROR" type="INFO" />
        <Message defaultText="Verification failed with {0} error(s) and {1} warning(s). \nError(s):{2}\nWarning(s):{3}" description="This error code is used to indicate that a verification failed." messageID="29" name="VERIFICATION_FAILED" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Constraint check failed due to thrown ApplicationException. \nOriginal message:\n{0}" description="This error code is used to indicate that a verification failed." messageID="30" name="CONSTRAINT_CHECK_FAILED_DUE_TO_EXCEPTION" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Value ''{0}'' is part of set [{1};{2}]." description="This error code is used by the verifier to indicate that a passed value is part of a defined set." messageID="31" name="VALUE_IS_PART_OF_SET" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="The set [{0};{1}] is not a subset of [{2};{3}]." description="This error code is used by the verifier to indicate that a passed set is not a subset of the other passed set." messageID="32" name="INVALID_SUBSET" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="The sets [{0};{1}] and [{2};{3}] have no intersection." description="This error code is used by the verifier to indicate that the passed sets do not have a required intersection." messageID="33" name="SETS_HAVE_NO_INTERSECTION" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="The sets [{0};{1}] and [{2};{3}] have an intersection." description="This error code is used by the verifier to indicate that the passed sets do not have an empty intersection." messageID="34" name="SETS_HAVE_INTERSECTION" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Object ''{0}'' must be NULL." description="Exceptions with this error code are thrown if a verification for a null value fails." messageID="35" name="IS_NULL" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Character sequence ''{0}'' does not match to pattern ''{1}''." description="Exceptions with this error code are thrown if a verification for a pattern fails." messageID="36" name="PATTERN_NOT_MATCHED" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="The String ''{0}'' exceeds the maximum length ''{1}''." description="Exceptions with this error code are thrown if a verification for the maximum string length fails." messageID="37" name="STRING_TOO_LONG" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Method 'Trace.getCurrentTrace()' must only be called from within a service call." description="Exceptions with this error code are thrown if the method 'Trace.getCurrentTrace()' is called outside of a service call." messageID="38" name="NO_CURRENT_TRACE_OBJECT" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Collection does not contain the minimum size of elements. Expected at least ''{0}'' elements." description="Exceptions with this error code are thrown if a verification for a minimum collection size fails." messageID="39" name="COLLECTION_DOES_NOT_HAVE_MIN_SIZE" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Collection exceeds the maximum size of elements. Expected not more than ''{0}'' elements." description="Exceptions with this error code are thrown if a verification for a maximum collection size fails." messageID="40" name="COLLECTION_EXCEEDS_MAX_SIZE" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Start and end dates do not define a valid period. (Start: {0} End: {1})" description="Exceptions with this error code are thrown if a verification for a valid period fails." messageID="41" name="INVALID_PERIOD" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="{0}" description="Exceptions with this error code are thrown if one or more constraint vialoations fail." messageID="42" name="CONSTRAINT_VIOLATION" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Internal error. {0}" description="Exceptions with this error code are thrown if an internal error occurs. An internal error are such things as  not expected subclass etc." messageID="43" name="INTERNAL_ERROR" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="{0}" description="Exceptions with this error code are thrown if an condition is not fullfilled" messageID="44" name="NOT_TRUE" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="{0}" description="Exceptions with this error code are thrown if an condition is not fullfilled" messageID="45" name="NOT_FALSE" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="{0}" description="Exceptions with this error code are thrown if a verification for an email address fails." messageID="46" name="INVALID_EMAIL_ADDRESS" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Internal error. Unable to process unexpected literal ''{0}'' of enumeration ''{1}''." description="Exceptions with this error code are thrown if an unexpected enumeration literal is met." messageID="47" name="UNEXPECTED_ENUM_LITERAL" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="No datatype converter defined for combination [''{0}'',  ''{1}''] as in- and output type." description="Exceptions with this error code are thrown if the ConverterRegistry contains no datatype converter for a passed combination of in- and output type." messageID="48" name="NO_DATATYPE_CONVERTER_DEFINED" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="A datatype converter defined for combination [''{0}'',  ''{1}''] as in- and output type is already defined. Existing implementation: ''{2}'', new implementation: ''{3}}''." description="Exceptions with this error code are thrown if an existing datatype converter illegally should be overwritten." messageID="49" name="DATATYPE_CONVERTER_ALREADY_EXISTS" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Unable to convert {0} value ''{2}'' to type {1}. Due to technical restriction the conversion is not possible." description="Error code is used in case that a datatype conversion is not possible." messageID="50" name="DATATYPE_CONVERSION_NOT_POSSIBLE" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Reading properties from resource ''{0}''." description="Trace message for reading properties." messageID="51" name="LOADING_JEAF_PROPERTIES" traceLevel="INFO" type="INFO" />
        <Message defaultText="JEAF Properties location is ''{0}''." description="Trace message for location of properties." messageID="52" name="PROPERTIES_LOCATION" traceLevel="INFO" type="INFO" />
        <Message defaultText="{0}: ''{1}''" description="Trace message for every loaded property." messageID="53" name="TRACE_PROPERTY_VALUE" traceLevel="INFO" type="INFO" />
        <Message defaultText="Property ''{0}'' contains malformed URL ''{1}''." description="Exceptions with this error code if a resource access providers tries to read an url from a resource but its value is malformed." messageID="54" name="MALFORMED_URL_PROPERTY" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Unable to load locale provider implementation. Using default locale provider instead." description="Messages with this message id are traced if an exception occurs when trying to load a locale provider." messageID="55" name="UNABLE_TO_LOAD_LOCALE_PROVIDER" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Addition of ''{0}'' and ''{1}'' exceeded the maximum base 36 encoded value." description="Exceptions with this error code are thrown if the maximum value of a base 36 encoded value is exceeded." messageID="56" name="MAX_BASE36_VALUE_EXCEEDED" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="The passed character ''{0}'' does not match the pattern for base 36 digits. Legal digits are '0' - '9' and 'A' - 'Z'." description="Exceptions with this error code are thrown if an invalid value is used for a digit of a base 36 encoded number." messageID="57" name="INVALID_BASE_36_DIGIT" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Unable to locate resource bundel ''{0}''." description="Messages with this message id are traced if an exception occurs when to open a resource bundle." messageID="58" name="RESOURCE_NOT_FOUND" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="Unable to open file ''{0}''." description="Messages with this message id are traced if an exception occurs when to open a file as resource." messageID="59" name="FILE_NOT_FOUND" traceLevel="ERROR" type="ERROR" />
        <Message defaultText="''{0}''" description="Message contains content for first line about an object." messageID="60" name="OBJECT_INFO" traceLevel="DEBUG" type="INFO" />
        <Message defaultText="Attributes:" description="Message contains header line for attributes of an object." messageID="61" name="OBJECT_ATTRIBUTES_SECTION" traceLevel="DEBUG" type="INFO" />
        <Message defaultText="{0}: ''{1}''" description="Message contains name and value of one attribute of an object." messageID="62" name="OBJECT_ATTRIBUTE" traceLevel="DEBUG" type="INFO" />
        <Message defaultText="Unable to compare Java releases if at least one of them is unknown (''{0}'' and ''{1}}'')." description="Error code is used in case that Java releases are compared and at least one of them is an unknown Java release." messageID="63" name="UNABLE_TO_COMPARE_UNKNOWN_JAVA_RELEASES" traceLevel="ERROR" type="ERROR" />
    </MessageFolder>
</Root>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy