net.cscott.sdr.calls
Class NoMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.cscott.sdr.calls.BadCallException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
target
public final String target
reason
public final String reason
NoMatchException
public NoMatchException(String target,
String reason)
Copyright © 2006-2009 C. Scott Ananian