sdr 0.3

net.cscott.sdr.calls
Class NoMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.cscott.sdr.calls.BadCallException
                  extended by net.cscott.sdr.calls.NoMatchException
All Implemented Interfaces:
Serializable

public class NoMatchException
extends BadCallException

NoMatchException is thrown when a necessary formation can't be found in the given setup.

Version:
$Id: NoMatchException.java,v 1.2 2006-10-17 20:03:41 cananian Exp $
Author:
C. Scott Ananian
See Also:
Serialized Form

Constructor Summary
NoMatchException(String msg)
           
 
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

NoMatchException

public NoMatchException(String msg)

sdr 0.3

Copyright © 2006-2009 C. Scott Ananian