@User public abstract class IdException extends RuntimeException
ElementDictionary,
Serialized Form| Constructor and Description |
|---|
IdException(String msg,
String id,
TypedElement elem) |
| Modifier and Type | Method and Description |
|---|---|
TypedElement |
getElement()
Returns the offending element.
|
String |
getId()
Returns the offending id value.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@User public IdException(String msg, String id, TypedElement elem)
@User public final String getId()
@User public final TypedElement getElement()
see also the complete user documentation .