Class RouteNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.config.register.route.RouteNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class RouteNotFoundException extends N2oException
Ошибка, возникающая если не найдены подходящие метаданные по url- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RouteNotFoundException(java.lang.String url)
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getData, getDialog, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getView, setData, setDialog, setField, setHttpStatus, setSeverity, setUserMessage, setView, wrap
-
-