Class OrphanElementException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrphanElementException
    extends java.lang.RuntimeException
    Thrown when an annotated element that needs to be paired with another does not match with any.
    Since:
    0.5.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OrphanElementException​(javax.lang.model.element.Element element)
      Constructs an exception for the specified method.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OrphanElementException

        public OrphanElementException​(javax.lang.model.element.Element element)
        Constructs an exception for the specified method.
        Parameters:
        element - the orphan element