Package eu.bandm.tools.tdom.runtime
Class TdomAttributeMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.tdom.runtime.TdomException
eu.bandm.tools.tdom.runtime.TdomAttributeException
eu.bandm.tools.tdom.runtime.TdomAttributeMissingException
- All Implemented Interfaces:
Serializable
Signals that, when initializing 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
.- See Also:
-
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.TdomAttributeException
attr, value
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.tdom.runtime.TdomAttributeException
getAttribute, getValue
Methods inherited from class eu.bandm.tools.tdom.runtime.TdomException
contextString, extract, getContextElementNSName, getLocation, setContext, setContext, setContextAndLocation, setContextAndLocation, setLocation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TdomAttributeMissingException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-