Package dev.voidframework.web.exception
Class RoutingException.AppRouteDefinitionLoadFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.RoutingException
dev.voidframework.web.exception.RoutingException.AppRouteDefinitionLoadFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RoutingException
Exception indicates that app defined route definition class can't be loaded.
- Since:
- 1.0.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.RoutingException
RoutingException.AppRouteDefinitionLoadFailure, RoutingException.BadRoutingArgument -
Constructor Summary
ConstructorsConstructorDescriptionAppRouteDefinitionLoadFailure(String appRoutesDefinitionClassName) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AppRouteDefinitionLoadFailure
Build a new instance.- Parameters:
appRoutesDefinitionClassName- The app defined route definition class name- Since:
- 1.0.0
-