CiaoJava
Class PLGoalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--CiaoJava.PLException
                    |
                    +--CiaoJava.PLGoalException
All Implemented Interfaces:
java.io.Serializable

public class PLGoalException
extends PLException

This class implements the exceptions that can throw when a goal is launched to be evaluated by the prolog process.

See Also:
Serialized Form

Constructor Summary
PLGoalException()
          Creates a new PLGoalException with no description.
PLGoalException(java.lang.String s)
          Creates a new PLGoalException with the description given as argument.
 
Methods inherited from class CiaoJava.PLException
translateException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PLGoalException

public PLGoalException()
Creates a new PLGoalException with no description.

PLGoalException

public PLGoalException(java.lang.String s)
Creates a new PLGoalException with the description given as argument.
Parameters:
s - Description to include to the goal exception.