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.


Constructor Index

 o ArgumentException(String)
 o ArgumentException(String, Compound)
 o ArgumentException(String, String, int)
 o ArgumentException(String, Term[])

Constructors

 o ArgumentException
 public ArgumentException(String s)
 o ArgumentException
 public ArgumentException(String s,
                          Term args[])
 o ArgumentException
 public ArgumentException(String s,
                          Compound t)
 o ArgumentException
 public ArgumentException(String s,
                          String f,
                          int a)

All Packages  Class Hierarchy  This Package  Previous  Next  Index