sdr 0.7

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

Field Summary
 String reason
           
 String target
           
 
Fields inherited from class net.cscott.sdr.calls.BadCallException
priority
 
Constructor Summary
NoMatchException(String target, String reason)
           
 
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
 

Field Detail

target

public final String target

reason

public final String reason
Constructor Detail

NoMatchException

public NoMatchException(String target,
                        String reason)

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian