uk.org.arlott.simon.hw.f24.lbsta
Class TooManyBridgesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.arlott.simon.hw.f24.lbsta.InvalidNetworkException
              extended by uk.org.arlott.simon.hw.f24.lbsta.TooManyBridgesException
All Implemented Interfaces:
java.io.Serializable

public class TooManyBridgesException
extends InvalidNetworkException

Signals that there are too many bridges in the network. No more new bridges can be added because there are no free IDs.

See Also:
Serialized Form

Constructor Summary
TooManyBridgesException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyBridgesException

public TooManyBridgesException()