memoire
Class EtatMemoireException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--memoire.EtatMemoireException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EtatMemoireExceptionDeclarVarIncorrect, EtatMemoireExceptionElementPasDansTable, EtatMemoireExceptionPileVide, EtatMemoireExceptionSwapIncorrect

public abstract class EtatMemoireException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.String Ident
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EtatMemoireException(java.lang.String message)
           
 
Method Summary
 java.lang.String valeurIdent()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Ident

protected java.lang.String Ident
Constructor Detail

EtatMemoireException

public EtatMemoireException(java.lang.String message)
Method Detail

valeurIdent

public java.lang.String valeurIdent()