public class InvalidOutputSamplingRateException
extends java.lang.RuntimeException
DACChannel in case the requested output sampling rate is higher than the maximum
output sampling 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 Throwable.getMessage() method.message - the detailed reason of the exceptionCopyright (c) 1990, 2013, Oracle and/or its affiliates. All rights reserved.