public class MissingEntryException extends FatalException
Exception thrown when a required map entry is not found.
Modifier | Constructor and Description |
---|---|
|
MissingEntryException()
Default constructor.
|
protected |
MissingEntryException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static MissingEntryException |
withMessage(java.lang.String message)
Return a new exception with the specified message text.
|
getCause, getMessage, setCause, setMessage, toString
protected MissingEntryException(java.lang.String message, java.lang.Throwable cause)
public MissingEntryException()
Default constructor.
public static MissingEntryException withMessage(java.lang.String message)
Return a new exception with the specified message text.
message
- Message text.