Breakout Problem Set Javadocs

breakout
Class BadBoardFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybreakout.BadBoardFormatException
All Implemented Interfaces:
java.io.Serializable

public class BadBoardFormatException
extends java.lang.Exception

BadBoardFormatException is thrown when a board file doesn't meet spec.

Version:
$Id: BadBoardFormatException.java,v 1.2 2004/03/26 20:39:33 gus Exp $
Author:
benmv@mit.edu
See Also:
BoardLoader, Serialized Form

Constructor Summary
BadBoardFormatException()
           
BadBoardFormatException(java.lang.String message)
           
 
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

BadBoardFormatException

public BadBoardFormatException()

BadBoardFormatException

public BadBoardFormatException(java.lang.String message)

Breakout Problem Set Javadocs