Fido Alpha 3.2

fido.linguistic
Class MultipleInstancesMatchException

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

public class MultipleInstancesMatchException
extends FidoException

Too many instances match the requested attribute and link set. Only one instance is allowed to match

See Also:
Serialized Form

Constructor Summary
MultipleInstancesMatchException()
          Constructs an MultipleInstancesMatchException 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

MultipleInstancesMatchException

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


Fido Alpha 3.2