Class ConvertFormParamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.restlet.ext.jaxrs.internal.exceptions.ConvertFormParamException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ConvertFormParamException extends javax.ws.rs.WebApplicationExceptionDeprecated.Will be removed in next minor release.This kind of exception is thrown, if a query parameter could not be converted.- See Also:
QueryParam, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description ConvertFormParamException(ConvertParameterException cpe)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConvertFormParamException
public ConvertFormParamException(ConvertParameterException cpe)
Deprecated.- Parameters:
cpe-
-
-