com.svincent.moksa
Class NoSuchRuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.svincent.util.NestableException
                    |
                    +--com.svincent.moksa.PrologException
                          |
                          +--com.svincent.moksa.NoSuchRuleException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchRuleException
extends PrologException

Thrown when a rule (name/arity) is invoked that doesn't exist..

See Also:
Serialized Form

Inner classes inherited from class com.svincent.moksa.PrologException
PrologException.UnhandledPrologException
 
Constructor Summary
NoSuchRuleException()
           
NoSuchRuleException(java.lang.String msg)
           
NoSuchRuleException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class com.svincent.moksa.PrologException
printStackTrace
 
Methods inherited from class com.svincent.util.NestableException
getNestedException, getStackTrace, main, printStackTrace, testBar, testFoo
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRuleException

public NoSuchRuleException()

NoSuchRuleException

public NoSuchRuleException(java.lang.String msg)

NoSuchRuleException

public NoSuchRuleException(java.lang.String msg,
                           java.lang.Throwable ex)



This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.