opale.module2d.noyau2d
Class ImpossibleAddException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--opale.module2d.noyau2d.ImpossibleAddException

public class ImpossibleAddException
extends java.lang.Exception

Classe d'exception pour le traitement d'erreur lors de l'ajout d'un objet dans une instance d'un Pack2D.

See Also:
Serialized Form

Constructor Summary
ImpossibleAddException()
           
ImpossibleAddException(java.lang.String str)
           
 
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

ImpossibleAddException

public ImpossibleAddException()

ImpossibleAddException

public ImpossibleAddException(java.lang.String str)