blackboard
Class BlackBoardAlreadyExists

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byblackboard.BlackBoardAlreadyExists
All Implemented Interfaces:
Serializable

public class BlackBoardAlreadyExists
extends RuntimeException

The BlackBoard is a singleton object and only one should exist at any given time.

See Also:
Serialized Form

Constructor Summary
BlackBoardAlreadyExists()
          Creates a new instance of BlackBoardAlreadyExists without detail message.
BlackBoardAlreadyExists(String msg)
          Constructs an instance of BlackBoardAlreadyExists 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

BlackBoardAlreadyExists

public BlackBoardAlreadyExists()
Creates a new instance of BlackBoardAlreadyExists without detail message.


BlackBoardAlreadyExists

public BlackBoardAlreadyExists(String msg)
Constructs an instance of BlackBoardAlreadyExists with the specified detail message.

Parameters:
msg - the detail message.