Fido Alpha 3.2

fido.linguistic
Class NoInstancesMatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.linguistic.NoInstancesMatchException
All Implemented Interfaces:
java.io.Serializable

public class NoInstancesMatchException
extends FidoException

No instances match the requested attribute and link set

See Also:
Serialized Form

Constructor Summary
NoInstancesMatchException()
          Constructs an NoInstancesMatchException without a detail message.
 
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

NoInstancesMatchException

public NoInstancesMatchException()
Constructs an NoInstancesMatchException without a detail message.


Fido Alpha 3.2