Package mg.emberframework.core.exception
Class UrlNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mg.emberframework.core.exception.UrlNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a requested URL cannot be found or mapped.
This exception indicates that no controller or method is associated with the requested URL in the framework's routing configuration.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Sandratra NIAINA
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUrlNotFoundException
(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
-
UrlNotFoundException
Constructs an exception with a detail message.- Parameters:
message
- the detail message explaining the missing URL
-