org.nuiton.topia.migration.common
Class ExceptionAttributeUndefined

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.topia.migration.common.ExceptionAttributeUndefined
All Implemented Interfaces:
Serializable

Deprecated. since 2.3.4, please use now the simplify service TopiaMigrationEngine

@Deprecated
public class ExceptionAttributeUndefined
extends Exception

ExceptionAttributeUndefined.java Lancee si le developpeur tente d'acceder a des attribut non existant.

Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
See Also:
Serialized Form

Constructor Summary
ExceptionAttributeUndefined()
          Deprecated. Constructeur par defaut
ExceptionAttributeUndefined(String message)
          Deprecated. Constructeur avec message
ExceptionAttributeUndefined(String message, Throwable cause)
          Deprecated. Constructeur avec message et exception
ExceptionAttributeUndefined(Throwable cause)
          Deprecated. Constructeur avec exception
 
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

ExceptionAttributeUndefined

public ExceptionAttributeUndefined()
Deprecated. 
Constructeur par defaut


ExceptionAttributeUndefined

public ExceptionAttributeUndefined(String message)
Deprecated. 
Constructeur avec message

Parameters:
message -

ExceptionAttributeUndefined

public ExceptionAttributeUndefined(Throwable cause)
Deprecated. 
Constructeur avec exception

Parameters:
cause -

ExceptionAttributeUndefined

public ExceptionAttributeUndefined(String message,
                                   Throwable cause)
Deprecated. 
Constructeur avec message et exception

Parameters:
message -
cause -


Copyright © 2004-2010 CodeLutin. All Rights Reserved.