public class InvalidPulseRateException
extends java.lang.RuntimeException
PWMChannel in case the requested pulse rate/frequency is higher than the maximum
rate/frequency the PWM device can support.| Constructor and Description |
|---|
InvalidPulseRateException()
Constructs a new
InvalidPulseRateException with null as its detailed reason message. |
InvalidPulseRateException(java.lang.String message)
Constructs a new
InvalidPulseRateException with the specified detail message. |
public InvalidPulseRateException()
InvalidPulseRateException with null as its detailed reason message.public InvalidPulseRateException(java.lang.String message)
InvalidPulseRateException 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 © 2012, 2013, Oracle and/or its affiliates. All rights reserved.
Legal Notices