![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
DidNotWin (CompletionState actualState) | |
![]() | |
UnexpectedState (CompletionState expected, CompletionState actual) | |
![]() | |
ProblemRunningSolution () | |
ProblemRunningSolution (Throwable cause) | |
![]() | |
RabbitEscapeException () | |
RabbitEscapeException (RabbitEscapeException cause) | |
RabbitEscapeException (Throwable cause) | |
String | getMessage () |
String | translate (Locale locale) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Additional Inherited Members | |
![]() | |
final CompletionState | expected |
final CompletionState | actual |
![]() | |
int | solutionId = -1 |
int | commandIndex = -1 |
String | level = "<>" |
String | world = "" |
![]() | |
final RabbitEscapeException | cause |
Special subclass of UnexpectedState for when the expected state was "WON" - a separate exception so we can give a clearer error message in this common case.
rabbitescape.engine.solution.SolutionExceptions.DidNotWin.DidNotWin | ( | CompletionState | actualState | ) |
|
staticprivate |