markov
Class MarkovException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by markov.MarkovException
All Implemented Interfaces:
java.io.Serializable

public class MarkovException
extends java.lang.Exception

Declare une exception specifique au paquet.

Version:
2.00, 06/02/2003
Author:
Laurent JEANPIERRE
See Also:
Serialized Form

Constructor Summary
MarkovException(java.lang.String s)
          Construit une exception markovienne avec un message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarkovException

public MarkovException(java.lang.String s)
Construit une exception markovienne avec un message.