Class AnnotationNotPresentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
mg.emberframework.core.exception.AnnotationNotPresentException
All Implemented Interfaces:
Serializable

public class AnnotationNotPresentException extends Exception
Thrown when a required annotation is missing from a class or method.

This exception indicates that an expected annotation, such as @Controller or @Get, is not present where it is required by the framework.

Since:
1.0.0
Version:
1.0.0
Author:
Sandratra NIAINA
See Also:
  • Constructor Details

    • AnnotationNotPresentException

      public AnnotationNotPresentException(String message)
      Constructs an exception with a detail message.
      Parameters:
      message - the detail message explaining the missing annotation