xdoclet.tagshandler
public final class XDocletTagshandlerMessages extends Object
Version: $Revision: 1.2 $
UNKNOWN: May 31, 2002
| Field Summary | |
|---|---|
| static String | ATTRIBUTE_NOT_SET_ERROR |
| static String | ID_PARAM_MISSING |
| static String | ONLY_CALL_CONSTRUCTOR_NOT_NULL |
| static String | ONLY_CALL_FIELD_NOT_NULL |
| static String | ONLY_CALL_METHOD_NOT_NULL |
| static String | TAGDEF_COULDNT_DEF_HANDLER |
| static String | TAGDEF_ILLEGALACCESS_EXCEPTION |
| static String | TAGDEF_INSTANTIATION_EXCEPTION |
UNKNOWN: msg = "{0} attribute must be set!"
UNKNOWN: msg = "{0} parameter not specified for id element. Ignoring id element."
UNKNOWN: msg = "{0} can only be called when the current constructor is not null."
UNKNOWN: msg = "{0} can only be called when the current field is not null."
UNKNOWN: msg = "{0} can only be called when the current method is not null."
UNKNOWN: msg = "Could not define tag handler class ''{0}'' for template tag ''{1}''."
UNKNOWN: msg = "Could not instantiate class ''{0}'', not accessible. Template tag handler classes should have * a public no argument constructor."
UNKNOWN: msg = "Could not instantiate class ''{0}''. Template tag handler classes should have a public no * argument constructor."