Class IdException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DanglingIdException, HomonymousIdException, SynonymousIdException

public abstract class IdException extends RuntimeException
Common superclass of several exceptions related to unconsistent usage of id values.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public final String getId()
      Returns the offending id value.
      Returns:
      the offending id value.
    • getElement

      public final TypedElement getElement()
      Returns the offending element.
      Returns:
      the offending element.