Rabbit Escape  2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
Public Member Functions | Public Attributes | Static Private Attributes | List of all members
rabbitescape.engine.solution.SolutionExceptions.UnexpectedState Class Reference
Inheritance diagram for rabbitescape.engine.solution.SolutionExceptions.UnexpectedState:
Inheritance graph
[legend]
Collaboration diagram for rabbitescape.engine.solution.SolutionExceptions.UnexpectedState:
Collaboration graph
[legend]

Public Member Functions

 UnexpectedState (CompletionState expected, CompletionState actual)
 
- Public Member Functions inherited from rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution
 ProblemRunningSolution ()
 
 ProblemRunningSolution (Throwable cause)
 
- Public Member Functions inherited from rabbitescape.engine.err.RabbitEscapeException
 RabbitEscapeException ()
 
 RabbitEscapeException (RabbitEscapeException cause)
 
 RabbitEscapeException (Throwable cause)
 
String getMessage ()
 
String translate (Locale locale)
 

Public Attributes

final CompletionState expected
 
final CompletionState actual
 
- Public Attributes inherited from rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution
int solutionId = -1
 
int commandIndex = -1
 
String level = "<>"
 
String world = ""
 
- Public Attributes inherited from rabbitescape.engine.err.RabbitEscapeException
final RabbitEscapeException cause
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Indicates that a world was not in the state we asserted it should be in, in our solution.

Constructor & Destructor Documentation

rabbitescape.engine.solution.SolutionExceptions.UnexpectedState.UnexpectedState ( CompletionState  expected,
CompletionState  actual 
)

Member Data Documentation

final CompletionState rabbitescape.engine.solution.SolutionExceptions.UnexpectedState.actual
final CompletionState rabbitescape.engine.solution.SolutionExceptions.UnexpectedState.expected
final long rabbitescape.engine.solution.SolutionExceptions.UnexpectedState.serialVersionUID = 1L
staticprivate

The documentation for this class was generated from the following file: