smithers.logicpuzzles
Class ImmutablePuzzleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by smithers.logicpuzzles.ImmutablePuzzleException
All Implemented Interfaces:
java.io.Serializable

public class ImmutablePuzzleException
extends java.lang.RuntimeException

Exception to be thrown when a method call attempts to modify a puzzle created by Puzzle.makeImmutableCopy().

See Also:
Serialized Form

Constructor Summary
ImmutablePuzzleException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutablePuzzleException

public ImmutablePuzzleException()