Class TdomAttributeSyntaxException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TdomAttributeFixedException

public class TdomAttributeSyntaxException extends TdomAttributeException
Signals that, when initializing or updating a model instance, the value assigned to one particular attribute does not match the syntax defined by the DTD. Raised out of the subclasses of TypedAttribute.

The special value "null" stands for a "not-present" value and is allowed only for the attributes declared as "#IMPLIED". Therefore an unallowed null value is also reported by a TdomAttributeSyntaxException.

See Also: