Uses of Class
org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
-
Packages that use IllegalPathException Package Description org.restlet.ext.jaxrs.internal.exceptions org.restlet.ext.jaxrs.internal.util -
-
Uses of IllegalPathException in org.restlet.ext.jaxrs.internal.exceptions
Subclasses of IllegalPathException in org.restlet.ext.jaxrs.internal.exceptions Modifier and Type Class Description classIllegalPathOnClassExceptionDeprecated.Will be removed in next minor release.classIllegalPathOnMethodExceptionDeprecated.Will be removed in next minor release.Constructors in org.restlet.ext.jaxrs.internal.exceptions with parameters of type IllegalPathException Constructor Description IllegalPathOnClassException(IllegalPathException ipe)Deprecated.IllegalPathOnMethodException(IllegalPathException ipe)Deprecated. -
Uses of IllegalPathException in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that throw IllegalPathException Modifier and Type Method Description static java.lang.StringUtil. getPathTemplateWithoutRegExps(java.lang.String pathTemplate, javax.ws.rs.Path pathForExcMess)Deprecated.static java.lang.StringUtil. getPathTemplateWithoutRegExps(javax.ws.rs.Path path)Deprecated.Returns the path from the annotation.private intPathRegExp. processTemplVarname(java.lang.String pathTemplate, int braceIndex, java.lang.StringBuilder pathPattern, javax.ws.rs.Path pathForExcMess)Deprecated.private static intUtil. processTemplVarname(java.lang.String pathTemplate, int braceIndex, java.lang.StringBuilder stb, javax.ws.rs.Path pathForExcMess)Deprecated.Constructors in org.restlet.ext.jaxrs.internal.util that throw IllegalPathException Constructor Description PathRegExp(java.lang.String pathTemplate, javax.ws.rs.Path pathForExcMess)Deprecated.Is intended for internal use and testing.
-