crous
Class CarteDejaPresente

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycrous.CarteDejaPresente
All Implemented Interfaces:
java.io.Serializable

public class CarteDejaPresente
extends java.lang.Exception

Exception indiquant que la carte est deja presente


Class Specifications

Specifications inherited from class Throwable
public represents _message <- getMessage();
public represents _cause <- getCause();
public represents _stackTrace <- getStackTrace();

Specifications inherited from class Object
public represents _getClass <- \typeof(this);

Model Field Summary
 
Model fields inherited from class java.lang.Throwable
_cause, _message, _stackTrace, causeKnown
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Constructor Summary
CarteDejaPresente()
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Throwable
standardThrowable, standardThrowable
 
Model methods inherited from class java.lang.Object
hashValue
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CarteDejaPresente

public CarteDejaPresente()