com.declarativa.interprolog.util
Class IPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.declarativa.interprolog.util.IPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IPAbortedException, IPInterruptedException, IPPrologError

public class IPException
extends RuntimeException

An Exception related to Prolog processing in general

See Also:
Serialized Form

Constructor Summary
IPException(String s)
           
IPException(String s, Throwable cause)
           
 
Method Summary
 Throwable getCause()
          To allow compilation under JDK 1.3; this method is already defined in Throwable in later JDKs
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPException

public IPException(String s)

IPException

public IPException(String s,
                   Throwable cause)
Method Detail

getCause

public Throwable getCause()
To allow compilation under JDK 1.3; this method is already defined in Throwable in later JDKs