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, toString
public UnknownMowerCommandException(String message)
message
- the exception's messagepublic String getMessage()
getMessage
in class Throwable
Copyright © 2016. All Rights Reserved.