JSettlers v1.0.6 API
Built ${date}

soc.util
Class CutoffExceededException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysoc.util.CutoffExceededException
All Implemented Interfaces:
java.io.Serializable

public class CutoffExceededException
extends java.lang.Exception

this exception means that the cutoff has been exceeded

See Also:
Serialized Form

Constructor Summary
CutoffExceededException()
          Creates a new CutoffExceededException object.
CutoffExceededException(java.lang.String s)
          Creates a new CutoffExceededException object.
 
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

CutoffExceededException

public CutoffExceededException()
Creates a new CutoffExceededException object.


CutoffExceededException

public CutoffExceededException(java.lang.String s)
Creates a new CutoffExceededException object.

Parameters:
s - DOCUMENT ME!

JSettlers v1.0.6 API
Built ${date}