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.ProblemRunningSolution Class Referenceabstract
Inheritance diagram for rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution:
Inheritance graph
[legend]
Collaboration diagram for rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution:
Collaboration graph
[legend]

Public Member Functions

 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

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

Base class for everything that can go wrong when running a solution. The member variables get filled in as we roll up the stack through the command we are on, and the solution we are running.

Constructor & Destructor Documentation

rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution.ProblemRunningSolution ( )
rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution.ProblemRunningSolution ( Throwable  cause)

Member Data Documentation

int rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution.commandIndex = -1
String rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution.level = "<>"
final long rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution.serialVersionUID = 1L
staticprivate
int rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution.solutionId = -1
String rabbitescape.engine.solution.SolutionExceptions.ProblemRunningSolution.world = ""

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