org.cb.jset
Class BoardException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.cb.jset.BoardException
All Implemented Interfaces:
java.io.Serializable

public class BoardException
extends java.lang.Exception

Exception to identify problems on the Board.

Version:
$Id: BoardException.java 129 2004-04-15 05:00:43Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $
See Also:
Serialized Form

Constructor Summary
BoardException(java.lang.String msg)
          Constructs an instance of BoardException with the specified detail 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

BoardException

public BoardException(java.lang.String msg)
Constructs an instance of BoardException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2004 CoffeeBreaks. All Rights Reserved.