The MissingAnnotationException
class is an exception thrown to indicate that an operation or functionality in a
program expects the presence of a specific annotation, but the required annotation is missing. This exception is
typically used when a runtime check for a particular annotation fails.
This class extends RuntimeException
and provides a constructor to create instances with a specified detail message.
- MissingAnnotationException(String message)
- Constructs a new
MissingAnnotationException
with the specified detail message.
- Constructs a new