xdoclet.tagshandler

Class XDocletTagshandlerMessages


public final class XDocletTagshandlerMessages
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Ara Abrahamian (ara_e_w@yahoo.com)
created
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

Field Details

ATTRIBUTE_NOT_SET_ERROR

public static final String ATTRIBUTE_NOT_SET_ERROR
msg.bundle
msg = "{0} attribute must be set!"

ID_PARAM_MISSING

public static final String ID_PARAM_MISSING
msg.bundle
msg = "{0} parameter not specified for id element. Ignoring id element."

ONLY_CALL_CONSTRUCTOR_NOT_NULL

public static final String ONLY_CALL_CONSTRUCTOR_NOT_NULL
msg.bundle
msg = "{0} can only be called when the current constructor is not null."

ONLY_CALL_FIELD_NOT_NULL

public static final String ONLY_CALL_FIELD_NOT_NULL
msg.bundle
msg = "{0} can only be called when the current field is not null."

ONLY_CALL_METHOD_NOT_NULL

public static final String ONLY_CALL_METHOD_NOT_NULL
msg.bundle
msg = "{0} can only be called when the current method is not null."

TAGDEF_COULDNT_DEF_HANDLER

public static final String TAGDEF_COULDNT_DEF_HANDLER
msg.bundle
msg = "Could not define tag handler class ''{0}'' for template tag ''{1}''."

TAGDEF_ILLEGALACCESS_EXCEPTION

public static final String TAGDEF_ILLEGALACCESS_EXCEPTION
msg.bundle
msg = "Could not instantiate class ''{0}'', not accessible. Template tag handler classes should have a public no argument constructor."

TAGDEF_INSTANTIATION_EXCEPTION

public static final String TAGDEF_INSTANTIATION_EXCEPTION
msg.bundle
msg = "Could not instantiate class ''{0}''. Template tag handler classes should have a public no argument constructor."