se.sics.jasper
Class ConversionFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--se.sics.jasper.SPException
                    |
                    +--se.sics.jasper.ConversionFailedException
All Implemented Interfaces:
PrologException, java.io.Serializable

public class ConversionFailedException
extends SPException

Thrown if a Java value canot be converted to a Prolog term.

You should not catch a ConversionFailedException. Catch SPException instead, since ConversionFailedException is not guaranteed to exist in future versions of Jasper.

See Also:
SPTerm, Serialized Form

Fields inherited from class se.sics.jasper.SPException
toStringString
 
Constructor Summary
ConversionFailedException(SICStus sp, java.lang.String msg)
           
 
Methods inherited from class se.sics.jasper.SPException
finalize, getTerm, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversionFailedException

public ConversionFailedException(SICStus sp,
                                 java.lang.String msg)