public class RequestParseException
extends java.lang.Exception
| Constructor and Description |
|---|
RequestParseException(java.lang.Exception e)
Meant to be thrown when
AppRequestParser.getRequest(String)
can not parse the supplied string into an InterfaceRequest object. |
public RequestParseException(java.lang.Exception e)
AppRequestParser.getRequest(String)
can not parse the supplied string into an InterfaceRequest object.e -