Java Doc for Messages.java in » 6.0-JDK-Modules » j2me » com » sun » perseus » model » Java Source Code / Java DocumentationJava Source Code and Java Documentation
ERROR_INVALID_ANIMATION_CONFIGURATION Used when an animation has an invalid configuration, for example,
if there is no to, from, by or values attribute defined.
ERROR_INVALID_ANIMATION_KEY_TIMES Used to create an error description when an animations' keyTimes
attribute is incompatible with the number of values it defines.
ERROR_INVALID_MPATH_HREF Used when the xlink:href attribute on an mpath element is
invalid (i.e., when there is no element with that id or the
value is not a local reference.
Used when/if trying to define by animation on a trait that
does not have an additive type.
{0} : the traitName
{1} : the traitNamespace
{2} : the animation localName
{3} : the animation namespace URI.
Used when/if trying to define from-by animation on a trait that
does not have an additive type.
{0} : the traitName
{1} : the traitNamespace
{2} : the animation localName
{3} : the animation namespace URI.
ERROR_CANNOT_INSERT_DOCUMENT_NODE
final public static String ERROR_CANNOT_INSERT_DOCUMENT_NODE(Code)
Used when trying to insert the Document node under another
node.
ERROR_CANNOT_INSERT_FROM_OTHER_DOCUMENT
final public static String ERROR_CANNOT_INSERT_FROM_OTHER_DOCUMENT(Code)
Used when trying to insert a node which comes from another
Document.
Used when trying to set an id on an element which already has an id.
{0} : the current id on the element.
{1} : the new id that cannot be set.
{2} : the element's local name.
{3} : the element's namespace.
ERROR_CANNOT_REMOVE_NODE_WITH_ID
final public static String ERROR_CANNOT_REMOVE_NODE_WITH_ID(Code)
Used when trying to remove a node which has an id or which
has descendants with ids.
ERROR_CHILD_NOT_ALLOWED
final public static String ERROR_CHILD_NOT_ALLOWED(Code)
Used when trying to insert a node of an incompatible type.
{0} : localName for the inserted node
{1} : namespaceURI for the inserted node
{2} : localName fot the target parent node
{3} : namespaceURI for the target parent node.
ERROR_DUPLICATE_ID_VALUE
public static String ERROR_DUPLICATE_ID_VALUE(Code)
Used when trying to set an id to a value already taken by another
element.
{0} : the duplicate id.
{1} : the element's local name.
{2} : the element's namespace uri.
{3} : the existing element's local name (i.e., the element which has the
id already).
{4} : the existing element's namespace.
Used when/if trying to define a from-by animation with incompatible
from and by values.
{0} : the traitName
{1} : the traitNamespace
{2} : the animation localName
{3} : the animation namespace URI.
{4} : the from value
{5} : the to value.
ERROR_INSERTING_ANCESTOR
final public static String ERROR_INSERTING_ANCESTOR(Code)
Used when trying to insert an node's ancestor under the node.
ERROR_INSERTING_DOCUMENT_ELEMENT
final public static String ERROR_INSERTING_DOCUMENT_ELEMENT(Code)
Used when trying to insert the document element under another
node.
ERROR_INSERTING_UNDER_DOCUMENT
final public static String ERROR_INSERTING_UNDER_DOCUMENT(Code)
Used when trying to insert a node under the Document node.
ERROR_INVALID_ANIMATION_CONFIGURATION
final public static String ERROR_INVALID_ANIMATION_CONFIGURATION(Code)
Used when an animation has an invalid configuration, for example,
if there is no to, from, by or values attribute defined.
{0} : target element id (may be null)
{1} : trait namespace
{2} : trait name
{3} : target element namespace
{4} : target element local name
{5} : animation id
{6} : animation namespace
{7} : animation local name
{8} : error description
ERROR_INVALID_ANIMATION_FROM_ANIM
final public static String ERROR_INVALID_ANIMATION_FROM_ANIM(Code)
Used to create the error description when a from animation does not
specify a to or a by attribyte.
ERROR_INVALID_ANIMATION_KEY_SPLINES
final public static String ERROR_INVALID_ANIMATION_KEY_SPLINES(Code)
Used to create an error description when an animations' keySplines
attribute is incompatible with animation keyTimes
{0} : the keySplines attribute value
{1} : the keyTimes attribute value
ERROR_INVALID_ANIMATION_KEY_TIMES
final public static String ERROR_INVALID_ANIMATION_KEY_TIMES(Code)
Used to create an error description when an animations' keyTimes
attribute is incompatible with the number of values it defines.
{0} : the keyTimes attribute value
ERROR_INVALID_ANIMATION_NO_VALUES
final public static String ERROR_INVALID_ANIMATION_NO_VALUES(Code)
Used to create the error description when an animation does not specify
any of the to, from, by or values attribute.
ERROR_INVALID_MPATH_HREF
public static String ERROR_INVALID_MPATH_HREF(Code)
Used when the xlink:href attribute on an mpath element is
invalid (i.e., when there is no element with that id or the
value is not a local reference.
{0} : the invalid href value.
ERROR_INVALID_PAINT_SERVER_REFERENCE
final public static String ERROR_INVALID_PAINT_SERVER_REFERENCE(Code)
Used when a reference to a paint server does not point
to a paint server element.
{0} : the invalid reference value
{1} : the invalid reference namespace URI.
{2} : the invalide reference local name
ERROR_INVALID_PARAMETER_VALUE
final public static String ERROR_INVALID_PARAMETER_VALUE(Code)
Used when invoking the given method on the given interface with
an invalid parameter value.
{0} : interface name.
{1} : method name.
{2} : parameter name.
{3} : value.
Error when a method is called while the target object is in the
wrong state.
{0} : the target object class name.
{1} : the target object's current state.
{2} : the method name
{3} : the valid state(s) for the method.
ERROR_INVALID_TRAIT_VALUE
final public static String ERROR_INVALID_TRAIT_VALUE(Code)
Used when trying to set a trait to an illegal value.
{0} : trait name
{1} : invalid value
{2} : localName
{3} : namespaceURI
ERROR_MISSING_MPATH_HREF
public static String ERROR_MISSING_MPATH_HREF(Code)
Used when the xlink:href attribute is missing on an mpath
element.
The error code used when the xlink:href attribute is
unspecified on an element which requires it.
{0} = the element's namespace URI
{1} = the element's local name.
{2} = the element's id
Used when trying to load a file which is not an SVG resource.
{0} : the invalid SVG file URI.
ERROR_NOT_A_CHILD
final public static String ERROR_NOT_A_CHILD(Code)
Used when trying to remove a child which is not a child of
the target node.
ERROR_OUT_OF_BOUND_PARAMETER_VALUE
final public static String ERROR_OUT_OF_BOUND_PARAMETER_VALUE(Code)
Used when invoking the given method on the given interface with
an out of bound parameter value.
{0} : interface name.
{1} : method name.
{2} : parameter name.
{3} : value.
ERROR_READ_ONLY_TRAIT
final public static String ERROR_READ_ONLY_TRAIT(Code)
Used when trying to set a read-only trait.
{0} : trait name
{1} : localName
{2} : namespaceURI
ERROR_REF_NODE_NOT_A_CHILD
final public static String ERROR_REF_NODE_NOT_A_CHILD(Code)
Used in Node.insertBefore when the refChild is not a child of
the target node.
ERROR_REMOVE_CHILD_NOT_SUPPORTED
final public static String ERROR_REMOVE_CHILD_NOT_SUPPORTED(Code)
Used when trying to remove a child on a node which does not
support child removal (like the Document node).
{0} : localName
{1} : namespaceURI
ERROR_TRAIT_NOT_ANIMATABLE
public static String ERROR_TRAIT_NOT_ANIMATABLE(Code)
Used when trying to create an animation for a trait that is not
animatable.
{0} : the trait namespace URI
{1} : the trait name
{2} : the element's namespace URI
{3} : the element's local name.
ERROR_TRAIT_TYPE_MISMATCH
final public static String ERROR_TRAIT_TYPE_MISMATCH(Code)
Used when trying to get a trait with the wrong type.
{0} : trait name.
{1} : invalid type.
{2} : localName
{3} : namespaceURI.
ERROR_TRAIT_TYPE_NS_MISMATCH
final public static String ERROR_TRAIT_TYPE_NS_MISMATCH(Code)
Used when trying to get a trait with the wrong type.
{0} : trait name.
{1} : trait namespace.
{2} : invalid type.
{3} : localName
{4} : namespaceURI.
Used when the attributeName attribute is not specified on an animation
element.
{0} : the animation element's id
{1} : the animation element's local name.
{2} : the animation element's namespace URI.
ERROR_UNSUPPORTED_TRAIT
final public static String ERROR_UNSUPPORTED_TRAIT(Code)
Used when a trait is not supported.
{0} : trait name.
{1} : trait namespace.
{2} : localName.
{3} : namespaceURI.
Formats the message identified by key with the input
arguments.
Parameters: key - the message's key Parameters: args - the arguments used to format the message the formatted message