xdoclet.tagshandler

Class XDocletTagshandlerMessages

public final class XDocletTagshandlerMessages extends Object

Version: $Revision: 1.2 $

Author: Ara Abrahamian (ara_e_w@yahoo.com)

UNKNOWN: May 31, 2002

Field Summary
static StringATTRIBUTE_NOT_SET_ERROR
static StringID_PARAM_MISSING
static StringONLY_CALL_CONSTRUCTOR_NOT_NULL
static StringONLY_CALL_FIELD_NOT_NULL
static StringONLY_CALL_METHOD_NOT_NULL
static StringTAGDEF_COULDNT_DEF_HANDLER
static StringTAGDEF_ILLEGALACCESS_EXCEPTION
static StringTAGDEF_INSTANTIATION_EXCEPTION

Field Detail

ATTRIBUTE_NOT_SET_ERROR

public static final String ATTRIBUTE_NOT_SET_ERROR

UNKNOWN: msg = "{0} attribute must be set!"

ID_PARAM_MISSING

public static final String ID_PARAM_MISSING

UNKNOWN: 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

UNKNOWN: 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

UNKNOWN: 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

UNKNOWN: 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

UNKNOWN: msg = "Could not define tag handler class ''{0}'' for template tag ''{1}''."

TAGDEF_ILLEGALACCESS_EXCEPTION

public static final String TAGDEF_ILLEGALACCESS_EXCEPTION

UNKNOWN: 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

UNKNOWN: msg = "Could not instantiate class ''{0}''. Template tag handler classes should have a public no * argument constructor."