net.sf.freecol.common
Class FreeColException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.freecol.common.FreeColException
All Implemented Interfaces:
java.io.Serializable

public final class FreeColException
extends java.lang.Exception

The Exception thrown by the FreeCol application.

See Also:
Serialized Form

Constructor Summary
FreeColException(java.lang.String message)
          The constructor to use.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreeColException

public FreeColException(java.lang.String message)
The constructor to use.

Parameters:
message - The message that this FreeColException should hold.