xdoclet.template
Class XDocletTemplateMessages
java.lang.Object
xdoclet.template.XDocletTemplateMessages
public final class XDocletTemplateMessages
- extends java.lang.Object
- Version:
- $Revision: 1.3 $
- Author:
- Ara Abrahamian (ara_e_w@yahoo.com)
- created
- May 31, 2002
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMPLATE_QUOTE_EXPECTED
public static final java.lang.String TEMPLATE_QUOTE_EXPECTED
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Error in template file: \"
signexpectedbut
somethingdifferentfound,
line = {0}
oftemplate
*file:{1}"
TEMPLATE_EQUALS_EXPECTED
public static final java.lang.String TEMPLATE_EQUALS_EXPECTED
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Error in template file: = sign expected but something different found, line={0} of template
* file: {1}"
TEMPLATE_NOT_FOUND
public static final java.lang.String TEMPLATE_NOT_FOUND
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Template file {0} not found."
TEMPLATE_ERROR_WRITING_OUTPUT
public static final java.lang.String TEMPLATE_ERROR_WRITING_OUTPUT
- See Also:
- Constant Field Values
- msg.bundle
- msg = "An error occured while writing output to file {0}"
TEMPLATE_NO_TAGHANDLER
public static final java.lang.String TEMPLATE_NO_TAGHANDLER
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Could not find tag handler for prefix: {0}"
TEMPLATE_ILLEGALACCESSEXCEPTION
public static final java.lang.String TEMPLATE_ILLEGALACCESSEXCEPTION
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Unable to create instance of tag handler class: {0} because {1}"
TEMPLATE_INSTANTIATIONEXCEPTION
public static final java.lang.String TEMPLATE_INSTANTIATIONEXCEPTION
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Unable to create instance of tag handler class: {0} because {1}"
TEMPLATE_CLASSNOTFOUNDEXCEPTION
public static final java.lang.String TEMPLATE_CLASSNOTFOUNDEXCEPTION
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Unable to load tag handler class: {0} because {1}"
TEMPLATE_NOCLASSDEFFOUNDERROR
public static final java.lang.String TEMPLATE_NOCLASSDEFFOUNDERROR
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Unable to load tag handler class: {0} because {1}"
TEMPLATE_COULDNT_LOAD_MAPPINGS
public static final java.lang.String TEMPLATE_COULDNT_LOAD_MAPPINGS
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Couldn''t load tag mapping file from jar."
TEMPLATE_NO_SUCH_METHOD
public static final java.lang.String TEMPLATE_NO_SUCH_METHOD
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Could not find method {0} in class {1} ({2})"
TEMPLATE_INVOKE_METHOD_FAILED
public static final java.lang.String TEMPLATE_INVOKE_METHOD_FAILED
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Invoking method in class {0} failed: {1}, line={2} of template file: {3}, exception: {4}"
TEMPLATE_CORRESPONDING_TAG_MISSING
public static final java.lang.String TEMPLATE_CORRESPONDING_TAG_MISSING
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Error in template file: corresponding {0} not found, line={1} of template file: {2}"
TEMPLATE_CLOSE_TAG_MISSING
public static final java.lang.String TEMPLATE_CLOSE_TAG_MISSING
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Error in template file: corresponding {0} not found, line={1} of template file: {2}"
TEMPLATE_GT_EXPECTED
public static final java.lang.String TEMPLATE_GT_EXPECTED
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Error in template file: > sign expected after / sign but something different found, line={0}
* of template file: {1}"
TEMPLATE_IOEXCEPTION
public static final java.lang.String TEMPLATE_IOEXCEPTION
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Unable to read properties file due to IOException: {0}"
TEMPLATE_PARAMETER_MISSING
public static final java.lang.String TEMPLATE_PARAMETER_MISSING
- See Also:
- Constant Field Values
- msg.bundle
- msg = "''{0}'' parameter missing. Specify both ''destinationFile'' and ''templateFile'' configuration
* parameters please."
TEMPLATE_SYNTAX_ERROR
public static final java.lang.String TEMPLATE_SYNTAX_ERROR
- See Also:
- Constant Field Values
- msg.bundle
- msg = "Error in template file: syntax error, line={0} of template file: {1} affecting template: {2}"
XDocletTemplateMessages
public XDocletTemplateMessages()