com.declarativa.interprolog.util
Class IPAbortedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.declarativa.interprolog.util.IPException
                  extended bycom.declarativa.interprolog.util.IPAbortedException
All Implemented Interfaces:
Serializable

public class IPAbortedException
extends IPException

An Exception thrown when Prolog is aborted

See Also:
Serialized Form

Constructor Summary
IPAbortedException(String s)
           
 
Methods inherited from class com.declarativa.interprolog.util.IPException
getCause
 
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

IPAbortedException

public IPAbortedException(String s)