Package ai.rev.exceptions
Class InvalidParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ai.rev.exceptions.RevAiApiException
-
- ai.rev.exceptions.InvalidParameterException
-
- All Implemented Interfaces:
Serializable
public class InvalidParameterException extends RevAiApiException
The InvalidParameterException occurs when a parameter that's passed along a query is not recognized by the API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterException(org.json.JSONObject errorResponse)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-