Package com.draftable.api.client
Class Comparisons.BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.draftable.api.client.Comparisons.BadRequestException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Comparisons
Thrown when a
Comparisons.createComparison(com.draftable.api.client.Comparisons.Side, com.draftable.api.client.Comparisons.Side)
request is made with bad parameters.
(For instance, when a source URL is invalid, or the given comparison
identifier is already in use.)- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString