public class InvalidWordLengthException
extends java.lang.RuntimeException
SPIDevice in case of mismatch between the length of data to be exchanged and the
slave's word length as indicated by SPIDevice.getWordLength().| Constructor and Description |
|---|
InvalidWordLengthException()
Constructs a new
InvalidWordLengthException with null as its detailed reason message. |
InvalidWordLengthException(java.lang.String message)
Constructs a new
InvalidWordLengthException with the specified detail message. |
public InvalidWordLengthException()
InvalidWordLengthException with null as its detailed reason message.public InvalidWordLengthException(java.lang.String message)
InvalidWordLengthException with the specified detail message. The error message string
message can later be retrieved by the Throwable.getMessage() method.message - the detailed reason of the exceptionCopyright (c) 1990, 2013, Oracle and/or its affiliates. All rights reserved.