Uses of Class
org.restlet.engine.resource.ThrowableAnnotationInfo
-
Packages that use ThrowableAnnotationInfo Package Description org.restlet.engine.resource Supports resources. -
-
Uses of ThrowableAnnotationInfo in org.restlet.engine.resource
Methods in org.restlet.engine.resource that return ThrowableAnnotationInfo Modifier and Type Method Description ThrowableAnnotationInfoAnnotationUtils. getThrowableAnnotationInfo(java.lang.Class<?> clazz)Returns the status annotation descriptor if present or null.ThrowableAnnotationInfoAnnotationUtils. getThrowableAnnotationInfo(java.lang.reflect.Method javaMethod, int errorCode)Returns theThrowableclass matching the given error code if present or null.
-