public class InvalidOutputSamplingRateException
extends java.lang.RuntimeException
DACChannel in case the requested sampling interval results
in a sampling rate higher or lower than
the maximum, respectively minimum, sampling interval/rate the DAC device can support.| Constructor and Description |
|---|
InvalidOutputSamplingRateException()
Constructs a new
InvalidOutputSamplingRateException with null as its detailed
reason message. |
InvalidOutputSamplingRateException(java.lang.String message)
Constructs a new
InvalidOutputSamplingRateException with the specified detail
message. |
public InvalidOutputSamplingRateException()
InvalidOutputSamplingRateException with null as its detailed
reason message.public InvalidOutputSamplingRateException(java.lang.String message)
InvalidOutputSamplingRateException with the specified detail
message. The error message string message can later be retrieved by the
getMessage method.message - the detailed reason of the exception (may be null).Copyright © 2012, 2015, Oracle and/or its affiliates. All rights reserved.
Legal Notices