t2s.traitement
Class RegleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by t2s.traitement.RegleException
All Implemented Interfaces:
java.io.Serializable

public class RegleException
extends java.lang.Exception

Exception liée a la classe Pretraitement, quand a partir d'un texte, on ne peut plus obtenir de Phrase

See Also:
Serialized Form

Constructor Summary
RegleException(java.lang.String m, int l)
          Le constructeur d'Exception de Règle
 
Method Summary
 java.lang.String toString()
          La méthode d'affichage standart de l'exception
 
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegleException

public RegleException(java.lang.String m,
                      int l)
Le constructeur d'Exception de Règle

Parameters:
m - le message de l'exception
l - la ligne ou est apparue l'erreur
Method Detail

toString

public java.lang.String toString()
La méthode d'affichage standart de l'exception

Overrides:
toString in class java.lang.Throwable
Returns:
une chaine de caractères de la forme "Erreur ligne XX : type de l'erreur"