All Packages Class Hierarchy This Package Previous Next Index
Class prolog.ArgumentException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----prolog.PrologException
|
+----prolog.ArgumentException
- public class ArgumentException
- extends PrologException
Indicates that there was a type or mode error with the arguments passed
to a predicate.
-
ArgumentException(String)
-
-
ArgumentException(String, Compound)
-
-
ArgumentException(String, String, int)
-
-
ArgumentException(String, Term[])
-
ArgumentException
public ArgumentException(String s)
ArgumentException
public ArgumentException(String s,
Term args[])
ArgumentException
public ArgumentException(String s,
Compound t)
ArgumentException
public ArgumentException(String s,
String f,
int a)
All Packages Class Hierarchy This Package Previous Next Index