civquest.gameChange
Class InvalidListenerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycivquest.gameChange.InvalidListenerException
All Implemented Interfaces:
java.io.Serializable

public class InvalidListenerException
extends java.lang.Exception

Thrown if you try to make a object listen to a GameChange it can't listen to.

See Also:
Serialized Form

Constructor Summary
InvalidListenerException(java.lang.String text)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidListenerException

public InvalidListenerException(java.lang.String text)
Method Detail

toString

public java.lang.String toString()