public class UnknownMowerCommandException extends ImpossibleMowerCommandException
| Constructor and Description |
|---|
UnknownMowerCommandException(String message)
The basic constructor which will set the exception's message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownMowerCommandException(String message)
message - the exception's messagepublic String getMessage()
getMessage in class ThrowableCopyright © 2016. All Rights Reserved.