Class PreconditionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--PreconditionException
All Implemented Interfaces:
java.io.Serializable

public class PreconditionException
extends java.lang.Exception

Classe définissant l'exception due à une violation de précondition

Author:
: P.Morat
See Also:
PreconditionException, Serialized Form

Constructor Summary
PreconditionException(java.lang.Class Class, java.lang.String MethodName)
          Constructeur
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreconditionException

public PreconditionException(java.lang.Class Class,
                             java.lang.String MethodName)
Constructeur
Parameters:
Class - : la classe de l'émetteur
MethodName - : le nom de la méthode incriminée éventuellement complétée par d'autres informations