Class InvalidControllerPackageException

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

public class InvalidControllerPackageException extends Exception
Thrown when the specified controller package is invalid or cannot be processed.

This exception is raised when the framework encounters an issue with the controller package configuration, such as an incorrect or inaccessible package name.

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

    • InvalidControllerPackageException

      public InvalidControllerPackageException(String message)
      Constructs an exception with a detail message.
      Parameters:
      message - the detail message explaining the invalid package