Package mg.emberframework.core.exception
Class InvalidControllerPackageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mg.emberframework.core.exception.InvalidControllerPackageException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInvalidControllerPackageException
(String message) Constructs an exception with a detail 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
-
InvalidControllerPackageException
Constructs an exception with a detail message.- Parameters:
message
- the detail message explaining the invalid package
-