Class NoSuchElementInMapResponse.NoSuchElementInMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.apartium.cocoabeans.commands.exception.CommandException
net.apartium.cocoabeans.commands.parsers.exception.InvalidParserResponse.InvalidParserException
net.apartium.cocoabeans.commands.parsers.exception.NoSuchElementInMapResponse.NoSuchElementInMapException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NoSuchElementInMapResponse
public class NoSuchElementInMapResponse.NoSuchElementInMapException
extends InvalidParserResponse.InvalidParserException
NoSuchElementInMapException Represents a response that is reported via a parser when a mapped key is not found
- See Also:
-
Method Summary
Methods inherited from class net.apartium.cocoabeans.commands.exception.CommandException
getArgs, getBadCommandResponse, getCommandName, getDepth, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getAttempted
The attempted key that was not found- Returns:
- attempted key
-