public class FrequencyException extends Exception
| Constructor and Description |
|---|
FrequencyException()
Creates a new instance of
FrequencyException without detail message. |
FrequencyException(String msg)
Constructs an instance of
FrequencyException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FrequencyException()
FrequencyException without detail message.public FrequencyException(String msg)
FrequencyException with the specified detail message.msg - the detail message.Copyright © 2014. All rights reserved.