Class TdomAttributeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TdomAttributeMissingException, TdomAttributeSyntaxException, TdomAttributeUndefException

public abstract class TdomAttributeException extends TdomException
Signals that, when initializing a model instance, the treatment of one particular attribute does not fulfill the definitions for the currently parsed element, as defined by the DTD. Raised out of TypedElement and from the code generated for the elements' classes.
See Also: