| |
com.declarativa.interprolog.util
Class IPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
Method Summary |
Throwable |
getCause()
To allow compilation under JDK 1.3; this method is already defined in Throwable in later JDKs |
IPException
public IPException(String s)
IPException
public IPException(String s,
Throwable cause)
getCause
public Throwable getCause()
- To allow compilation under JDK 1.3; this method is already defined in Throwable in later JDKs
|