com.declarativa.interprolog.util
Class IPInterruptedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.declarativa.interprolog.util.IPException
                          |
                          +--com.declarativa.interprolog.util.IPInterruptedException
All Implemented Interfaces:
Serializable

public class IPInterruptedException
extends IPException

An Exception thrown when Prolog is interrupted

See Also:
Serialized Form

Constructor Summary
IPInterruptedException(String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPInterruptedException

public IPInterruptedException(String s)