Package com.idanalyzer
Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.idanalyzer.InvalidArgumentException
- All Implemented Interfaces:
Serializable
Thrown when an invalid client-side argument is supplied to the SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidArgumentException(String message) Creates an exception describing the invalid argument. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidArgumentException
Creates an exception describing the invalid argument.- Parameters:
message- the human-readable error message.
-