![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
PlacedTokenOutsideWorld (int x, int y, int worldWidth, int worldHeight) | |
![]() | |
ProblemRunningSolution () | |
ProblemRunningSolution (Throwable cause) | |
![]() | |
RabbitEscapeException () | |
RabbitEscapeException (RabbitEscapeException cause) | |
RabbitEscapeException (Throwable cause) | |
String | getMessage () |
String | translate (Locale locale) |
Public Attributes | |
final int | x |
final int | y |
final int | worldWidth |
final int | worldHeight |
![]() | |
int | solutionId = -1 |
int | commandIndex = -1 |
String | level = "<>" |
String | world = "" |
![]() | |
final RabbitEscapeException | cause |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
We placed a token outside the size of this world.
rabbitescape.engine.solution.SolutionExceptions.PlacedTokenOutsideWorld.PlacedTokenOutsideWorld | ( | int | x, |
int | y, | ||
int | worldWidth, | ||
int | worldHeight | ||
) |
|
staticprivate |
final int rabbitescape.engine.solution.SolutionExceptions.PlacedTokenOutsideWorld.worldHeight |
final int rabbitescape.engine.solution.SolutionExceptions.PlacedTokenOutsideWorld.worldWidth |
final int rabbitescape.engine.solution.SolutionExceptions.PlacedTokenOutsideWorld.x |
final int rabbitescape.engine.solution.SolutionExceptions.PlacedTokenOutsideWorld.y |