public class Usage extends RuntimeException
Constructor and Description |
---|
Usage(String message,
String id)
Creates a new Usage exception.
|
Modifier and Type | Method and Description |
---|---|
static Usage |
mvcRouterNotFound(Class mvcRoute)
Creates a mvc route missing exception.
|
static Usage |
parameterNameNotPresent(Parameter parameter)
Thrown when the reflective bean converter has no access to a parameter name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Nonnull public static Usage mvcRouterNotFound(@Nonnull Class mvcRoute)
mvcRoute
- Mvc route.@Nonnull public static Usage parameterNameNotPresent(@Nonnull Parameter parameter)
parameters
compiler option.parameter
- Parameter.Copyright © 2020. All rights reserved.