Class UrlNotFoundException

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

public class UrlNotFoundException extends Exception
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 Details

    • UrlNotFoundException

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