org.nuiton.topia.migration.kernel
Class BaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.topia.migration.kernel.BaseException
All Implemented Interfaces:
java.io.Serializable

public class BaseException
extends java.lang.Exception

BaseException.java

Version:
$Revision: 1459 $ Last update : $Date: 2009-05-16 09:56:47 +0200 (Sat, 16 May 2009) $
Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent
See Also:
Serialized Form

Constructor Summary
BaseException()
          Constructeur
BaseException(java.lang.String string)
          Constructeur
BaseException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructeur
BaseException(java.lang.Throwable arg0)
          Constructeur
 
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

BaseException

public BaseException(java.lang.String string)
Constructeur

Parameters:
string - message

BaseException

public BaseException()
Constructeur


BaseException

public BaseException(java.lang.String arg0,
                     java.lang.Throwable arg1)
Constructeur

Parameters:
arg0 - message
arg1 - exception

BaseException

public BaseException(java.lang.Throwable arg0)
Constructeur

Parameters:
arg0 - exception


Copyright © 2004-2010 CodeLutin. All Rights Reserved.