All Packages Class Hierarchy This Package Previous Next Index
Class prolog.PrologGoalException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----prolog.PrologGoalException
- public class PrologGoalException
- extends Exception
- implements Serializable
Représente une erreur générée par l'utilisateur dans un
but Prolog. Elle permet, lors de l'appel de fonctions Java depuis Prolog, de
pouvoir retourner une erreur à Prolog depuis Java.
- Version:
- 1.0 -- Last update : 22/09/97
- Author:
- Stéphane CABAGNO -- Copyright © 1997 PrologIA
- See Also:
- PrologGoal, PrologTerm, PrologDot, PrologFloat, PrologFunctor, PrologIdent, PrologInt, PrologNil, PrologRat, PrologString, PrologVar, PrologException
-
PrologGoalException()
- Construit une nouvelle
PrologGoalException
sans message.
-
PrologGoalException(String)
- Construit une nouvelle
PrologGoalException
avec un message
particulier.
PrologGoalException
public PrologGoalException()
- Construit une nouvelle
PrologGoalException
sans message.
PrologGoalException
public PrologGoalException(String s)
- Construit une nouvelle
PrologGoalException
avec un message
particulier.
- Parameters:
- s - le message qui accompagne l'exception
All Packages Class Hierarchy This Package Previous Next Index