smithers.logicpuzzles
Class PuzzleFormatException

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

public class PuzzleFormatException
extends java.lang.RuntimeException

Exception to be thrown when a puzzle input file does not match the required format.

See Also:
Serialized Form

Constructor Summary
PuzzleFormatException(java.lang.String line, int lineNumber)
           
 
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

PuzzleFormatException

public PuzzleFormatException(java.lang.String line,
                             int lineNumber)