Package com.zebra.sdk.device
Class ZebraIllegalArgumentException
- All Implemented Interfaces:
Serializable
Signals that an illegal argument was used.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZebraIllegalArgumentException(String message) Constructs aZebraIllegalArgumentExceptionwithmessageas the detailed error message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZebraIllegalArgumentException
Constructs aZebraIllegalArgumentExceptionwithmessageas the detailed error message- Parameters:
message- the error message
-