Class BeanAnnotationMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.BeanAnnotationMissingException
- All Implemented Interfaces:
Serializable
Exception thrown when a required annotation is missing on a bean.
Extends RuntimeException.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
ConstructorDescriptionBeanAnnotationMissingException
(String message, Object... args) Constructs a BeanAnnotationMissingException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanAnnotationMissingException
Constructs a BeanAnnotationMissingException with the specified message.- Parameters:
message
- The detail message for the exception.args
- Arguments to be formatted into the message string.
-