Class DuplicateUrlException

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

public class DuplicateUrlException extends Exception
Thrown when a duplicate URL mapping is detected.

This exception is raised when multiple methods or controllers attempt to map to the same URL, as defined by @Url, causing a conflict.

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

    • DuplicateUrlException

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