alice.tuprolog
Class NoSolutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byalice.tuprolog.PrologException
              extended byalice.tuprolog.NoSolutionException
All Implemented Interfaces:
java.io.Serializable

public class NoSolutionException
extends PrologException

This exception means that a solution is asked, but actually none exists

See Also:
SolveInfo, Serialized Form

Constructor Summary
NoSolutionException()
           
 
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

NoSolutionException

public NoSolutionException()