cmsc433.p3
Class SkippingMazeSolver.SolutionFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cmsc433.p3.SkippingMazeSolver.SolutionFound
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SkippingMazeSolver

public class SkippingMazeSolver.SolutionFound
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 Direction from
           
 Position pos
           
 
Constructor Summary
SkippingMazeSolver.SolutionFound(Position pos, Direction from)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pos

public Position pos

from

public Direction from
Constructor Detail

SkippingMazeSolver.SolutionFound

public SkippingMazeSolver.SolutionFound(Position pos,
                                        Direction from)