public abstract class DictionaryException extends AbstractCheckedException
Abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.
Constructor and Description |
---|
DictionaryException(String message)
Constructs an
DictionaryException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DictionaryException(String message)
DictionaryException
with the specified detail message.message
- The detail message (that is saved for later retrieval by the AbstractCheckedException.getMessage()
method).<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>