Class ControllerDuplicatedRouteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fulib.fx.controller.exception.ControllerDuplicatedRouteException
All Implemented Interfaces:
Serializable

public class ControllerDuplicatedRouteException extends RuntimeException
See Also:
  • Constructor Details

    • ControllerDuplicatedRouteException

      public ControllerDuplicatedRouteException(String route, Class<?> oldController, Class<?> newController)