Package ftbsc.lll.exceptions
Class OrphanElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ftbsc.lll.exceptions.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.
-