com.declarativa.interprolog.util
Class IPPrologError

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.IPPrologError
All Implemented Interfaces:
Serializable

public class IPPrologError
extends IPException

An Exception originated by a Prolog error

See Also:
Serialized Form

Constructor Summary
IPPrologError(Object t)
           
 
Method Summary
 Object getError()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPPrologError

public IPPrologError(Object t)
Method Detail

toString

public String toString()

getError

public Object getError()