GNU Prolog for Java

gnu.prolog.demo.mentalarithmetic
Class NoAnswerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gnu.prolog.demo.mentalarithmetic.NoAnswerException
All Implemented Interfaces:
Serializable

public class NoAnswerException
extends Exception

Exception thrown when we have no answer to give.

Author:
daniel
See Also:
Serialized Form

Constructor Summary
NoAnswerException(String message)
           
 
Method Summary
 
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

NoAnswerException

public NoAnswerException(String message)
Parameters:
message -

GNU Prolog for Java