Amazing Mazes

Class NoSolutionFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--NoSolutionFound

public class NoSolutionFound
extends java.lang.RuntimeException

This exception class indentifies that there is no solution to this maze.

Version:
1.0 09/03/2000
Author:
Kevin Bridges ... Copyright (c) 2001
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoSolutionFound(java.lang.String detailMessage)
          Construct a NoSolutionFound instance with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoSolutionFound

public NoSolutionFound(java.lang.String detailMessage)
Construct a NoSolutionFound instance with a detailed message.

Author: Andrew Bridges
Copyright © 2001