Class BeanAnnotationMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.BeanAnnotationMissingException
All Implemented Interfaces:
Serializable

public class BeanAnnotationMissingException extends RuntimeException
Exception thrown when a required annotation is missing on a bean. Extends RuntimeException.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • BeanAnnotationMissingException

      public BeanAnnotationMissingException(String message, Object... args)
      Constructs a BeanAnnotationMissingException with the specified message.
      Parameters:
      message - The detail message for the exception.
      args - Arguments to be formatted into the message string.