|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
se.sics.jasper.SPException
se.sics.jasper.ConversionFailedException
public class ConversionFailedException
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.
SPTerm,
Serialized Form| Field Summary |
|---|
| Fields inherited from class se.sics.jasper.SPException |
|---|
toStringString |
| Constructor Summary | |
|---|---|
ConversionFailedException(SICStus sp,
java.lang.String msg)
|
|
| Method Summary |
|---|
| Methods inherited from class se.sics.jasper.SPException |
|---|
finalize, getTerm, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConversionFailedException(SICStus sp,
java.lang.String msg)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||