@User public abstract class TdomException extends Exception
Constructor and Description |
---|
TdomException(@Opt Locatable<?> loc) |
Modifier and Type | Method and Description |
---|---|
protected String |
contextString() |
static @Opt TdomException |
extract(Throwable t)
Follow the chain of ".cause" entries until an instance of this class is found.
|
@Opt NamespaceName |
getContextElementNSName() |
@Opt Location<?> |
getLocation() |
void |
setContext(NamespaceName ns) |
void |
setContext(TypedElement el) |
void |
setContextAndLocation(NamespaceName ns,
Locatable<?> loc) |
void |
setContextAndLocation(TypedElement el,
Locatable<?> loc) |
void |
setLocation(Locatable<?> loc) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@User public void setContext(NamespaceName ns)
@User public void setContext(TypedElement el)
@User public void setContextAndLocation(NamespaceName ns, Locatable<?> loc)
@User public void setContextAndLocation(TypedElement el, Locatable<?> loc)
@User @Opt public @Opt NamespaceName getContextElementNSName()
protected String contextString()
@User @Opt public static @Opt TdomException extract(Throwable t)
see also the complete user documentation .