uk.co.keang.sudoku.event
Class IllegalGridException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.keang.sudoku.event.IllegalGridException
All Implemented Interfaces:
java.io.Serializable

public class IllegalGridException
extends java.lang.Exception

An exception denoting a problem with numbers on the sudoku puzzle

Author:
A.G.Docherty
See Also:
Serialized Form

Constructor Summary
IllegalGridException(java.util.List<java.awt.Point> illegalValues)
           
 
Method Summary
 java.util.List<java.awt.Point> getIllegalLocations()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

IllegalGridException

public IllegalGridException(java.util.List<java.awt.Point> illegalValues)
Method Detail

getIllegalLocations

public java.util.List<java.awt.Point> getIllegalLocations()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable