Fido Alpha 3.2

fido.linguistic
Class MultipleEllipsisMatchException

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

public class MultipleEllipsisMatchException
extends FidoException

The ellipsis found more than one candidate for replacing. Only one match is allowed

See Also:
Serialized Form

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

MultipleEllipsisMatchException

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


Fido Alpha 3.2