Package eu.bandm.tools.tdom.runtime
Class TdomXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.tdom.runtime.TdomException
eu.bandm.tools.tdom.runtime.TdomXmlException
- All Implemented Interfaces:
Serializable
Signals that, when initializing a model instance,
something went wrong with the underlying XML stream.
Most frequent case is a non-well-formed XML input.
Currently raised only out of
TypedElement
(not from generated code).- See Also:
-
Constructor Summary
-
Method Summary
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
-
TdomXmlException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-